Update of /cvsroot/squirrel-sql/mavenize
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv21796
Added Files:
template-pom.xml
Log Message:
A template pom containing all of the maven central required elements/attributes.
--- NEW FILE: template-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>template</groupId>
<artifactId>template</artifactId>
<version>template</version>
<packaging>jar</packaging>
<name>template</name>
<description>template</description>
<url></url>
<licenses>
<license>
<name></name>
<url></url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<url>template</url>
</scm>
</project>
|