]> source.dussan.org Git - pf4j.git/commitdiff
pom refactoring
authorDecebal Suiu <decebal.suiu@gmail.com>
Fri, 5 Jul 2013 11:49:18 +0000 (14:49 +0300)
committerDecebal Suiu <decebal.suiu@gmail.com>
Fri, 5 Jul 2013 11:49:18 +0000 (14:49 +0300)
demo/api/pom.xml
demo/app/pom.xml
demo/plugin1/pom.xml
demo/plugin2/pom.xml
demo/pom.xml
pf4j/pom.xml
pom.xml

index a455b3c11bc859a219f1e9e80198567258bc2848..2a2a04b5245816f8c7f65981cc9a1f9a2f9ad9a2 100644 (file)
     <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>
index df04047e090f81f939c2558bf640fc9fa343afc2..cef9586afa8b759cb86437a4c747519185a2e18f 100644 (file)
     <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>
index e17c6ffb7bf5fbb9b5b9157d0e0a219396f5f4dc..49cf1df78833d0a7935eabff7e1a3b3d0d77e6bd 100644 (file)
     <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>
index 1cabd0d4cd124559fbeb895af6f72fbb9fd40ef4..b69f767409714a402ac3a35263766c94ec5bdcf5 100644 (file)
     <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>
index c89b4293afa8a2e1ad185c7995071d03d58afd26..76bd4d700b6310e90391438eeb6cf0eef57cef18 100644 (file)
     <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>
index 1e7e980edcf86453285e74d898ca2cb875e9d1eb..68b07103a63fda56b70510e5b3650b0d512afec2 100644 (file)
     <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>
diff --git a/pom.xml b/pom.xml
index 2132dbd94400c86dc24310e1b154c2e029266cf8..3c9bb2e89039b528fee246ac05eafac183b300d5 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -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>