You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

pom.xml 873B

123456789101112131415161718192021222324
  1. <?xml version="1.0"?>
  2. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  3. <parent>
  4. <groupId>org.pf4j.demo</groupId>
  5. <artifactId>pf4j-demo-plugins</artifactId>
  6. <version>3.3.0-SNAPSHOT</version>
  7. </parent>
  8. <modelVersion>4.0.0</modelVersion>
  9. <artifactId>pf4j-demo-plugin2</artifactId>
  10. <version>3.3.0-SNAPSHOT</version>
  11. <packaging>jar</packaging>
  12. <name>Demo Plugin #2</name>
  13. <properties>
  14. <plugin.id>hello-plugin</plugin.id>
  15. <plugin.class>org.pf4j.demo.hello.HelloPlugin</plugin.class>
  16. <plugin.version>0.0.1</plugin.version>
  17. <plugin.provider>Decebal Suiu</plugin.provider>
  18. <plugin.dependencies />
  19. </properties>
  20. </project>