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/1548f5f27ba2981b890827fecbd0612fa70a0362 below:

Include only required properties · pmd/pmd-designer@1548f5f · GitHub

File tree Expand file treeCollapse file tree 1 file changed

+17

-7

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+17

-7

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

@@ -382,19 +382,29 @@

382 382

</plugin>

383 383 384 384

<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>

388 388

<executions>

389 389

<execution>

390 390

<phase>generate-resources</phase>

391 391

<goals>

392 -

<goal>write-project-properties</goal>

392 +

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

393 393

</goals>

394 394

<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>

398 408

</configuration>

399 409

</execution>

400 410

</executions>

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