diff options
author | Decebal Suiu <decebal.suiu@gmail.com> | 2013-07-05 14:49:18 +0300 |
---|---|---|
committer | Decebal Suiu <decebal.suiu@gmail.com> | 2013-07-05 14:49:18 +0300 |
commit | dce2bfe925701e1177ddd0e966c8405d7740ebc9 (patch) | |
tree | 8e147f803665cbf9a15337ad838fc20d2917fb1a | |
parent | 35599597b5d3976a989225f351ecc5853e5203a2 (diff) | |
download | pf4j-dce2bfe925701e1177ddd0e966c8405d7740ebc9.tar.gz pf4j-dce2bfe925701e1177ddd0e966c8405d7740ebc9.zip |
pom refactoring
-rw-r--r-- | demo/api/pom.xml | 8 | ||||
-rw-r--r-- | demo/app/pom.xml | 8 | ||||
-rw-r--r-- | demo/plugin1/pom.xml | 8 | ||||
-rw-r--r-- | demo/plugin2/pom.xml | 8 | ||||
-rw-r--r-- | demo/pom.xml | 10 | ||||
-rw-r--r-- | pf4j/pom.xml | 17 | ||||
-rw-r--r-- | pom.xml | 2 |
7 files changed, 3 insertions, 58 deletions
diff --git a/demo/api/pom.xml b/demo/api/pom.xml index a455b3c..2a2a04b 100644 --- a/demo/api/pom.xml +++ b/demo/api/pom.xml @@ -13,14 +13,6 @@ <packaging>jar</packaging> <name>Demo Api</name> - <licenses> - <license> - <name>The Apache Software License, Version 2.0</name> - <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> - <distribution>repo</distribution> - </license> - </licenses> - <build> <plugins> <plugin> diff --git a/demo/app/pom.xml b/demo/app/pom.xml index df04047..cef9586 100644 --- a/demo/app/pom.xml +++ b/demo/app/pom.xml @@ -12,14 +12,6 @@ <version>0.5-SNAPSHOT</version> <packaging>jar</packaging> <name>Demo App</name> - - <licenses> - <license> - <name>The Apache Software License, Version 2.0</name> - <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> - <distribution>repo</distribution> - </license> - </licenses> <properties> <main.class>ro.fortsoft.pf4j.demo.Boot</main.class> diff --git a/demo/plugin1/pom.xml b/demo/plugin1/pom.xml index e17c6ff..49cf1df 100644 --- a/demo/plugin1/pom.xml +++ b/demo/plugin1/pom.xml @@ -13,14 +13,6 @@ <packaging>jar</packaging> <name>Demo Plugin #1</name> - <licenses> - <license> - <name>The Apache Software License, Version 2.0</name> - <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> - <distribution>repo</distribution> - </license> - </licenses> - <properties> <plugin.id>welcome-plugin</plugin.id> <plugin.class>ro.fortsoft.pf4j.demo.welcome.WelcomePlugin</plugin.class> diff --git a/demo/plugin2/pom.xml b/demo/plugin2/pom.xml index 1cabd0d..b69f767 100644 --- a/demo/plugin2/pom.xml +++ b/demo/plugin2/pom.xml @@ -13,14 +13,6 @@ <packaging>jar</packaging> <name>Demo Plugin #2</name> - <licenses> - <license> - <name>The Apache Software License, Version 2.0</name> - <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> - <distribution>repo</distribution> - </license> - </licenses> - <properties> <plugin.id>hello-plugin</plugin.id> <plugin.class>ro.fortsoft.pf4j.demo.hello.HelloPlugin</plugin.class> diff --git a/demo/pom.xml b/demo/pom.xml index c89b429..76bd4d7 100644 --- a/demo/pom.xml +++ b/demo/pom.xml @@ -12,15 +12,7 @@ <artifactId>pf4j-demo-parent</artifactId> <version>0.5-SNAPSHOT</version> <packaging>pom</packaging> - <name>PF4J Demo</name> - - <licenses> - <license> - <name>The Apache Software License, Version 2.0</name> - <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> - <distribution>repo</distribution> - </license> - </licenses> + <name>Demo Parent</name> <build> <resources> diff --git a/pf4j/pom.xml b/pf4j/pom.xml index 1e7e980..68b0710 100644 --- a/pf4j/pom.xml +++ b/pf4j/pom.xml @@ -11,23 +11,8 @@ <artifactId>pf4j</artifactId> <version>0.5-SNAPSHOT</version> <packaging>jar</packaging> - <name>PF4J Library</name> + <name>PF4J</name> <description>Plugin Framework for Java</description> - - <licenses> - <license> - <name>The Apache Software License, Version 2.0</name> - <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> - <distribution>repo</distribution> - </license> - </licenses> - - <scm> - <connection>scm:git:https://github.com/decebals/pf4j.git</connection> - <developerConnection>scm:git:https://github.com/decebals/pf4j.git</developerConnection> - <url>git@github.com/decebals/pf4j.git</url> - <tag>HEAD</tag> - </scm> <dependencies> <dependency> @@ -12,7 +12,7 @@ <artifactId>pf4j-parent</artifactId> <version>0.5-SNAPSHOT</version> <packaging>pom</packaging> - <name>PF4J</name> + <name>PF4J Parent</name> <description>Plugin Framework for Java</description> <licenses> |