dcvxbd
This commit is contained in:
parent
4341e70d04
commit
8925434bdf
2 changed files with 24 additions and 11 deletions
13
.classpath
13
.classpath
|
@ -23,5 +23,18 @@
|
|||
<attribute name="optional" value="true"/>
|
||||
</attributes>
|
||||
</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"/>
|
||||
<attribute name="test" value="true"/>
|
||||
</attributes>
|
||||
</classpathentry>
|
||||
<classpathentry kind="output" path="target/classes"/>
|
||||
</classpath>
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -29,7 +29,7 @@
|
|||
<artifactId>maven-jar-plugin</artifactId>
|
||||
<version>3.2.0</version> <!-- Aktualisiere auf die gewünschte Version -->
|
||||
<configuration>
|
||||
<outputDirectory>builds</outputDirectory>
|
||||
<outputDirectory>${project.basedir}/builds</outputDirectory>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
|
|
Loading…
Reference in a new issue