This page (revision-3) was last changed on 21-Nov-2012 15:27 by Dieter Käppel

This page was created on 21-Nov-2012 15:26 by Dieter Käppel

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
3 21-Nov-2012 15:27 1 KB Dieter Käppel to previous
2 21-Nov-2012 15:27 1 KB Dieter Käppel to previous | to last
1 21-Nov-2012 15:26 869 bytes Dieter Käppel to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 8 added 29 lines
!!!Konfiguration
Das Einbinden erfolgt durch die pom.xml:
{{{
<?xml version="1.0" encoding="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">
<packaging>custom-ear</packaging>
...
<build>
<extensions>
<extension>
<groupId>com.intersult</groupId>
<artifactId>ear-maven-plugin</artifactId>
<version>1.0-SNAPSHOT</version>
</extension>
</extensions>
...
</build>
<pluginRepositories>
<pluginRepository>
<id>intersult-repo</id>
<name>Intersult Repository</name>
<url>http://repository.intersult.com/repository</url>
</pluginRepository>
</pluginRepositories>
</project>
}}}