Skip to content

Instantly share code, notes, and snippets.

@SimonScholz
Created January 29, 2015 19:49
Show Gist options
  • Save SimonScholz/d4b6dae1c7b225272c60 to your computer and use it in GitHub Desktop.
Save SimonScholz/d4b6dae1c7b225272c60 to your computer and use it in GitHub Desktop.
Todo project pom
<?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>com.example.e4.rcp</groupId>
<artifactId>com.example.todo.build.parent</artifactId>
<version>0.1.0-SNAPSHOT</version>
<relativePath>../com.example.todo.build.parent</relativePath>
</parent>
<artifactId>com.example.e4.rcp.todo</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment