git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113765 13f79535-47bb-0310-9956-ffa450edef68
15 lines
240 B
XML
15 lines
240 B
XML
<project default="jar:jar">
|
|
|
|
|
|
<postGoal name="java:compile">
|
|
<copy toDir="target/classes">
|
|
<fileset dir="src/main">
|
|
<includes name="**/*"/>
|
|
<excludes name="**/*.java"/>
|
|
</fileset>
|
|
</copy>
|
|
</postGoal>
|
|
|
|
|
|
</project>
|