A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/pmd/pmd-designer/commit/e87a45312753ec46b3e5576c6f6ac1f7de2f5891 below:

Explicitly add designer.properties · pmd/pmd-designer@e87a453 · GitHub

File tree Expand file treeCollapse file tree 2 files changed

+13

-29

lines changed

Filter options

Expand file treeCollapse file tree 2 files changed

+13

-29

lines changed Original file line number Diff line number Diff line change

@@ -99,8 +99,16 @@

99 99

</includes>

100 100

<excludes>

101 101

<exclude>**/*.less</exclude>

102 +

<exclude>net/sourceforge/pmd/util/fxdesigner/designer.properties</exclude>

102 103

</excludes>

103 104

</resource>

105 +

<resource>

106 +

<directory>${project.basedir}/src/main/resources/</directory>

107 +

<includes>

108 +

<include>net/sourceforge/pmd/util/fxdesigner/designer.properties</include>

109 +

</includes>

110 +

<filtering>true</filtering>

111 +

</resource>

104 112

</resources>

105 113 106 114

@@ -381,35 +389,6 @@

381 389

</executions>

382 390

</plugin>

383 391 384 -

<plugin>

385 -

<groupId>com.internetitem</groupId>

386 -

<artifactId>write-properties-file-maven-plugin</artifactId>

387 -

<version>2.0.0</version>

388 -

<executions>

389 -

<execution>

390 -

<phase>generate-resources</phase>

391 -

<goals>

392 -

<goal>write-properties-file</goal>

393 -

</goals>

394 -

<configuration>

395 -

<filename>

396 -

net/sourceforge/pmd/util/fxdesigner/designer.properties

397 -

</filename>

398 -

<properties>

399 -

<property>

400 -

<name>pmd.designer.version</name>

401 -

<value>${pmd.designer.version}</value>

402 -

</property>

403 -

<property>

404 -

<name>pmd.core.version</name>

405 -

<value>${pmd.core.version}</value>

406 -

</property>

407 -

</properties>

408 -

</configuration>

409 -

</execution>

410 -

</executions>

411 -

</plugin>

412 - 413 392

<plugin>

414 393

<groupId>org.sonatype.plugins</groupId>

415 394

<artifactId>nexus-staging-maven-plugin</artifactId>

Original file line number Diff line number Diff line change

@@ -0,0 +1,5 @@

1 +

# Loaded in net.sourceforge.pmd.util.fxdesigner.DesignerVersion

2 +

# The variables are replaced by resource filtering, see https://maven.apache.org/plugins/maven-resources-plugin/examples/filter.html

3 + 4 +

pmd.designer.version=${pmd.designer.version}

5 +

pmd.core.version=${pmd.core.version}

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4