Update of /cvsroot/squirrel-sql/./mavenize/squirrelsql-plugins-assembly-descriptor
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv7407/mavenize/squirrelsql-plugins-assembly-descriptor
Added Files:
pom.xml
Log Message:
Script and supporting projects / poms for building SQuirreL with Maven. Currently this produces 3.1.0-SNAPSHOT artifact jars for all SQuirreL modules / plugins. Still need to incorporate IzPack plugin to build installer.
--- NEW FILE: pom.xml ---
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>net.sourceforge.squirrel_sql</groupId>
<artifactId>squirrelsql-plugins-assembly-descriptor</artifactId>
<name>SQuirreLSQL Plugin Assembly Descriptor</name>
<version>3.1.0-SNAPSHOT</version>
<description>This project simply contains the assembly descriptor that is
shared by all of the plugins, which produces an assembly zip archive containing
the packaged plugin</description>
</project>
|