Browse Source

Add some comments in pom.xml files of demo module

pull/108/head
decebal 9 years ago
parent
commit
3c23f02f99
  1. 1
      demo/api/pom.xml
  2. 5
      demo/plugins/pom.xml

1
demo/api/pom.xml

@ -29,6 +29,7 @@
<groupId>ro.fortsoft.pf4j</groupId>
<artifactId>pf4j</artifactId>
<version>${project.version}</version>
<!-- !!! VERY IMPORTANT -->
<scope>provided</scope>
</dependency>
</dependencies>

5
demo/plugins/pom.xml

@ -64,9 +64,6 @@
</goals>
</pluginExecutionFilter>
<action>
<!--
<execute />
-->
<execute>
<runOnIncremental>true</runOnIncremental>
<runOnConfiguration>true</runOnConfiguration>
@ -91,6 +88,7 @@
<groupId>ro.fortsoft.pf4j</groupId>
<artifactId>pf4j</artifactId>
<version>${project.version}</version>
<!-- !!! VERY IMPORTANT -->
<scope>provided</scope>
</dependency>
@ -98,6 +96,7 @@
<groupId>ro.fortsoft.pf4j.demo</groupId>
<artifactId>pf4j-demo-api</artifactId>
<version>${project.version}</version>
<!-- !!! VERY IMPORTANT -->
<scope>provided</scope>
</dependency>
</dependencies>

Loading…
Cancel
Save