File tree Expand file tree Collapse file tree 2 files changed +13
-29
lines changed
src/main/resources/net/sourceforge/pmd/util/fxdesigner Expand file tree Collapse file tree 2 files changed +13
-29
lines changed Original file line number Diff line number Diff line change 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
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
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.
0 commit comments