<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>
<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>
<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>
<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>
<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>
<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>
<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>