From 3f973e1df59231ab908fadaf236a23e403f49a86 Mon Sep 17 00:00:00 2001 From: Andrew Branson Date: Mon, 4 Jun 2012 11:24:12 +0200 Subject: Create source jar --- pom.xml | 70 +++++++++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 42 insertions(+), 28 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 9be89fe..8d1a4ba 100644 --- a/pom.xml +++ b/pom.xml @@ -7,8 +7,8 @@ cristal-kernel CRISTAL kernel - UTF-8 - + UTF-8 + xerces @@ -74,6 +74,12 @@ + + + src/main/resources + com/c2kernel/utils/resources + + @@ -157,32 +163,40 @@ 1.6 1.6 - - org.codehaus.mojo - build-helper-maven-plugin - 1.7 - - - add-source - generate-sources - - add-source - - - - ${project.build.directory}/generated-sources/idl/ - - - - - + + + org.codehaus.mojo + build-helper-maven-plugin + 1.7 + + + add-source + generate-sources + + add-source + + + + ${project.build.directory}/generated-sources/idl/ + + + + + + + org.apache.maven.plugins + maven-source-plugin + 2.1.2 + + + attach-sources + verify + + jar-no-fork + + + + - - - - src/main/resources - com/c2kernel/utils/resources - - \ No newline at end of file -- cgit v1.2.3