Show maven.xml syntax highlighted
<?xml version="1.0" encoding="ISO-8859-1"?>
<project xmlns:maven="jelly:maven" xmlns:j="jelly:core">
<preGoal name="java:compile">
<path id="path.all.src">
<pathelement location="../src/java-service"/>
<pathelement location="../src/java-web"/>
<pathelement location="../src/java-ejb"/>
</path>
<maven:addPath id="maven.compile.src.set" refid="path.all.src"/>
</preGoal>
</project>
See more files for this project here