diff options
author | decebal <decebal.suiu@asf.ro> | 2016-07-01 18:29:06 +0300 |
---|---|---|
committer | decebal <decebal.suiu@asf.ro> | 2016-07-01 18:29:06 +0300 |
commit | 3c23f02f990a210c1af8c2ed3d0278c43ac67fd8 (patch) | |
tree | fcb9cf32f84ff17fa90a78158266cce0c19843bb | |
parent | f67d85feed7be08fe2f93e66b2b773e7823e397a (diff) | |
download | pf4j-3c23f02f990a210c1af8c2ed3d0278c43ac67fd8.tar.gz pf4j-3c23f02f990a210c1af8c2ed3d0278c43ac67fd8.zip |
Add some comments in pom.xml files of demo module
-rw-r--r-- | demo/api/pom.xml | 1 | ||||
-rw-r--r-- | demo/plugins/pom.xml | 5 |
2 files changed, 3 insertions, 3 deletions
diff --git a/demo/api/pom.xml b/demo/api/pom.xml index 0274f38..2d84a4b 100644 --- a/demo/api/pom.xml +++ b/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> diff --git a/demo/plugins/pom.xml b/demo/plugins/pom.xml index 657a516..a265819 100644 --- a/demo/plugins/pom.xml +++ b/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> |