aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Moger <james.moger@gmail.com>2013-03-14 22:20:34 -0400
committerJames Moger <james.moger@gmail.com>2013-03-14 22:20:34 -0400
commit661deb78457b6865b8d27baa3208ce556f1dbab2 (patch)
tree59a7e2cc3392b6d9d815b035e05a2dba791558ba
parentf2109a5436fb7a0d17269554dc6be0c12e23e10c (diff)
downloadiciql-661deb78457b6865b8d27baa3208ce556f1dbab2.tar.gz
iciql-661deb78457b6865b8d27baa3208ce556f1dbab2.zip
Streamlining Moxie integration
-rw-r--r--build.moxie1
-rw-r--r--build.xml17
m---------maven0
3 files changed, 5 insertions, 13 deletions
diff --git a/build.moxie b/build.moxie
index 7b8c6a2..94c2882 100644
--- a/build.moxie
+++ b/build.moxie
@@ -11,6 +11,7 @@ description: 'a model-based database access wrapper for JDBC'
groupId: com.iciql
artifactId: iciql
version: 1.2.0-SNAPSHOT
+packaging: jar+zip
inceptionYear: 2011
# Current stable release
diff --git a/build.xml b/build.xml
index 0832bf1..1a3e627 100644
--- a/build.xml
+++ b/build.xml
@@ -86,19 +86,10 @@
Build
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-->
- <target name="build" depends="compile" description="Builds iciql from source">
-
- <mx:jar packageSources="true" />
- <mx:javadoc redirect="true" />
- <mx:zip>
- <artifact />
- <artifact classifier="sources"/>
- <artifact classifier="javadoc"/>
- <fileset dir="${basedir}">
- <include name="LICENSE" />
- <include name="NOTICE" />
- </fileset>
- </mx:zip>
+ <target name="build" depends="compile" description="Packages iciql for deployment">
+
+ <!-- Package the jar, javadoc, sources, and zip distribution -->
+ <mx:package />
<!-- Deploy the artifacts into the version-controlled repository -->
<mx:deploy basedir="${basedir}/maven" allowSnapshots="false" />
diff --git a/maven b/maven
-Subproject a4cb7ef844cdd325c359a37b498036388951bc3
+Subproject 2cd53edea7e4ec121d7a98a39c7ec59306cb5fb