1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/java/cewolf-1.0/repository/gnujaxp/pom.xml Sun Mar 01 11:06:49 2009 +0100
1.3 @@ -0,0 +1,30 @@
1.4 +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1.5 + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
1.6 + <modelVersion>4.0.0</modelVersion>
1.7 +
1.8 + <groupId>gnujaxp</groupId>
1.9 + <artifactId>gnujaxp</artifactId>
1.10 + <version>1.0.0</version>
1.11 +<build>
1.12 +<plugins>
1.13 +<plugin>
1.14 + <artifactId>maven-antrun-plugin</artifactId>
1.15 + <executions>
1.16 + <execution>
1.17 + <phase>generate-sources</phase>
1.18 + <configuration>
1.19 + <tasks>
1.20 + <unzip src="gnujaxp.jar"
1.21 + dest="target/classes">
1.22 + </unzip>
1.23 + </tasks>
1.24 + </configuration>
1.25 + <goals>
1.26 + <goal>run</goal>
1.27 + </goals>
1.28 + </execution>
1.29 + </executions>
1.30 + </plugin>
1.31 + </plugins>
1.32 +</build>
1.33 +</project>
1.34 \ No newline at end of file