Skip to content
Snippets Groups Projects
Commit 23126f13 authored by Nikolaus Huber's avatar Nikolaus Huber
Browse files

integrating packaging of executable jar into build process

git-svn-id: https://se1.informatik.uni-wuerzburg.de/usvn/svn/code/DMM/trunk@16286 9e42b895-fcda-4063-8a3b-11be15eb1bbd
parent 7221b50d
No related branches found
No related tags found
No related merge requests found
...@@ -10,5 +10,17 @@ ...@@ -10,5 +10,17 @@
<attribute name="maven.pomderived" value="true"/> <attribute name="maven.pomderived" value="true"/>
</attributes> </attributes>
</classpathentry> </classpathentry>
<classpathentry kind="src" output="target/classes" path="src/main/java">
<attributes>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" output="target/test-classes" path="src/test/java">
<attributes>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="target/classes"/> <classpathentry kind="output" path="target/classes"/>
</classpath> </classpath>
eclipse.preferences.version=1
encoding/<project>=UTF-8
<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"> <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">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>edu.kit.ipd.descartes.adaptation</groupId>
<artifactId>edu.kit.ipd.descartes.adaptation.executable</artifactId> <artifactId>edu.kit.ipd.descartes.adaptation.executable</artifactId>
<version>1.0.0-SNAPSHOT</version> <packaging>pom</packaging>
<parent>
<groupId>edu.kit.ipd.descartes.adaptation</groupId>
<artifactId>edu.kit.ipd.descartes.adaptation.releng</artifactId>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../edu.kit.ipd.descartes.adaptation.releng</relativePath>
</parent>
<build> <build>
<plugins> <plugins>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment