File tree Expand file tree Collapse file tree 1 file changed +17
-7
lines changed Expand file tree Collapse file tree 1 file changed +17
-7
lines changed Original file line number Diff line number Diff line change 382382 </plugin >
383383
384384 <plugin >
385- <groupId >org.codehaus.mojo </groupId >
386- <artifactId >properties-maven-plugin</artifactId >
387- <version >1.1 .0</version >
385+ <groupId >com.internetitem </groupId >
386+ <artifactId >write- properties-file -maven-plugin</artifactId >
387+ <version >2.0 .0</version >
388388 <executions >
389389 <execution >
390390 <phase >generate-resources</phase >
391391 <goals >
392- <goal >write-project- properties</goal >
392+ <goal >write-properties-file </goal >
393393 </goals >
394394 <configuration >
395- <outputFile >
396- ${project.build.outputDirectory} /net/sourceforge/pmd/util/fxdesigner/designer.properties
397- </outputFile >
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 >
398408 </configuration >
399409 </execution >
400410 </executions >
You can’t perform that action at this time.
0 commit comments