This page (revision-4) was last changed on 18-Jul-2014 13:34 by Dieter Käppel

This page was created on 21-Nov-2012 15:55 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
4 18-Jul-2014 13:34 3 KB Dieter Käppel to previous
3 18-Jul-2014 13:34 3 KB Dieter Käppel to previous | to last
2 21-Nov-2012 16:10 3 KB Dieter Käppel to previous | to last
1 21-Nov-2012 15:55 3 KB Dieter Käppel to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 4 changed one line
Das Einbinden erfolgt durch die pom.xml:
Das Einbinden erfolgt durch die pom.xml als Build-Extension:
At line 32 changed 2 lines
!!Embedded Tomcat
Anbei dei Konfiguration, welche die benötigten Web-Root-Dateien in das WAR-Directory kopiert:
Das Erzeugen des WAR-Verzeichnis kann man nun selbst gestalten. Anbei eine Standard-Konfiguration zum Compilieren der Java-Dateien und um die Web-Dateien in das WAR-Directory zu kopieren:
At line 37 added 17 lines
<artifactId>maven-compiler-plugin</artifactId>
<version>2.5.1</version>
<executions>
<execution>
<id>compile</id>
<goals>
<goal>compile</goal>
</goals>
</execution>
</executions>
<configuration>
<source>1.7</source>
<target>1.7</target>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>