All Downloads are FREE. Search and download functionalities are using the official Maven repository.

plugin-template.pom.xml Maven / Gradle / Ivy

There is a newer version: 1.3
Show newest version
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
    
  <parent>
    <groupId>${project-parent-groupId}</groupId>
    <artifactId>${project-parent-artifactId}</artifactId>
    <version>${project-parent-version}</version>
    <relativePath>${project-parent-pom-relativePath}</relativePath>
  </parent>
  
  
  <groupId>${project-groupId}</groupId>
  <artifactId>${project-package}</artifactId>
  <version>${project-version}</version>
  <packaging>eclipse-plugin</packaging>
</project>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy