]> source.dussan.org Git - pf4j.git/commitdiff
Add some comments in pom.xml files of demo module
authordecebal <decebal.suiu@asf.ro>
Fri, 1 Jul 2016 15:29:06 +0000 (18:29 +0300)
committerdecebal <decebal.suiu@asf.ro>
Fri, 1 Jul 2016 15:29:06 +0000 (18:29 +0300)
demo/api/pom.xml
demo/plugins/pom.xml

index 0274f3881ba2d343ed137b1981941c13535dcdf3..2d84a4b1eda8c46f9c1e8055dab7e3d37db85f07 100644 (file)
@@ -29,6 +29,7 @@
             <groupId>ro.fortsoft.pf4j</groupId>
             <artifactId>pf4j</artifactId>
             <version>${project.version}</version>
+            <!-- !!! VERY IMPORTANT -->
             <scope>provided</scope>
         </dependency>
     </dependencies>
index 657a51625a65bafa6d094906ba4defabb0056440..a265819cad0f9b6f55d662da24809973847a7c17 100644 (file)
@@ -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>