Skip to content

Commit

Permalink
Updated the Maven POMs to build the core and benchmark projects.
Browse files Browse the repository at this point in the history
  • Loading branch information
rburton committed Apr 19, 2009
1 parent e25d800 commit fbeb795
Show file tree
Hide file tree
Showing 3 changed files with 322 additions and 65 deletions.
91 changes: 91 additions & 0 deletions pom.xml
@@ -0,0 +1,91 @@
<?xml version="1.0" encoding="UTF-8"?>
<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>opensymphony</groupId>
<artifactId>sitemesh-parent</artifactId>
<version>3.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>The Sitemesh parent POM</name>

<description>
The Sitemesh parent POM.
</description>

<url>http://www.opensymphony.com/sitemesh</url>

<organization>
<name>OpenSymphony</name>
<url>http://www.opensymphony.com/</url>
</organization>

<modules>
<module>sitemesh3-core</module>
<module>sitemesh3-tools-benchmark</module>
</modules>

<developers>
<developer>
<id>joewalnes</id>
<name>Joe Walnes</name>
<email>joe.walnes at gmail.com</email>
<roles>
<role>Owner</role>
<role>Committer</role>
</roles>
</developer>
<developer>
<id>rburton</id>
<name>Richard L. Burton III</name>
<email>rburton@codehaus.org</email>
<roles>
<role>Committer</role>
</roles>
</developer>
</developers>

<ciManagement/>

<issueManagement>
<system>JIRA</system>
<url>http://jira.opensymphony.com/browse/SIM</url>
</issueManagement>

<scm>
<connection>scm:hg:http://bitbucket.org/joewalnes/sitemesh-3-java/</connection>
<developerConnection>
scm:hg:http://bitbucket.org/joewalnes/sitemesh-3-java/
</developerConnection>
<url>http://bitbucket.org/joewalnes/sitemesh-3-java/</url>
</scm>

<licenses>
<license>
<name>The OpenSymphony Software License 1.1</name>
<url>http://www.opensymphony.com/sitemesh/license.action</url>
</license>
</licenses>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-idea-plugin</artifactId>
<configuration>
<jdkName>1.6</jdkName>
<exclude>target,test-output,.clover,build</exclude>
<useShortDependencyNames>true</useShortDependencyNames>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.6</source>
<target>1.6</target>
</configuration>
</plugin>
</plugins>
</build>
</project>
85 changes: 20 additions & 65 deletions sitemesh3-core/pom.xml
@@ -1,11 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <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"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">

<parent>
<groupId>opensymphony</groupId>
<artifactId>sitemesh-parent</artifactId>
<version>3.0.0-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>opensymphony</groupId>
<artifactId>sitemesh3-core</artifactId> <artifactId>sitemesh3-core</artifactId>
<version>3.0.0-SNAPSHOT</version>
<name>Sitemesh</name> <name>The Sitemesh Core Project</name>


<description> <description>
SiteMesh is a web-page layout and decoration framework and web- application integration framework to aid in SiteMesh is a web-page layout and decoration framework and web- application integration framework to aid in
Expand All @@ -30,6 +36,14 @@
<role>Committer</role> <role>Committer</role>
</roles> </roles>
</developer> </developer>
<developer>
<id>rburton</id>
<name>Richard L. Burton III</name>
<email>rburton@codehaus.org</email>
<roles>
<role>Committer</role>
</roles>
</developer>
</developers> </developers>


<ciManagement/> <ciManagement/>
Expand All @@ -40,11 +54,11 @@
</issueManagement> </issueManagement>


<scm> <scm>
<connection>scm:hg:http://bitbucket.org/joewalnes/sitemesh-3-java/</connection> <connection>scm:hg:http://bitbucket.org/joewalnes/sitemesh-3-java/sitemesh3-core</connection>
<developerConnection> <developerConnection>
scm:hg:http://bitbucket.org/joewalnes/sitemesh-3-java/ scm:hg:http://bitbucket.org/joewalnes/sitemesh-3-java/sitemesh3-core
</developerConnection> </developerConnection>
<url>http://bitbucket.org/joewalnes/sitemesh-3-java/</url> <url>http://bitbucket.org/joewalnes/sitemesh-3-java/sitemesh3-core</url>
</scm> </scm>


<licenses> <licenses>
Expand Down Expand Up @@ -83,33 +97,6 @@
</includes> </includes>
</configuration> </configuration>
</plugin> </plugin>

<!--<plugin>-->
<!--<groupId>org.apache.maven.plugins</groupId>-->
<!--<artifactId>maven-javadoc-plugin</artifactId>-->
<!--<executions>-->
<!--<execution>-->
<!--<id>attach-source</id>-->
<!--<goals>-->
<!--<goal>jar</goal>-->
<!--</goals>-->
<!--</execution>-->
<!--</executions>-->
<!--<configuration>-->
<!--<encoding>UTF-8</encoding>-->
<!--<groups>-->
<!--<group>-->
<!--<title>Sitemesh Packages</title>-->
<!--<packages>com.opensymphony.sitemesh3*</packages>-->
<!--</group>-->
<!--</groups>-->
<!--<show>protected</show>-->
<!--<links>-->
<!--<link>http://java.sun.com/j2se/1.5.0/docs/api</link>-->
<!--</links>-->
<!--</configuration>-->
<!--</plugin>-->

<plugin> <plugin>
<groupId>com.atlassian.maven.plugins</groupId> <groupId>com.atlassian.maven.plugins</groupId>
<artifactId>maven-clover2-plugin</artifactId> <artifactId>maven-clover2-plugin</artifactId>
Expand Down Expand Up @@ -220,36 +207,4 @@
</dependency> </dependency>
</dependencies> </dependencies>


<pluginRepositories>
<pluginRepository>
<id>Maven Snapshots</id>
<url>http://snapshots.maven.codehaus.org/maven2/</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
<releases>
<enabled>false</enabled>
</releases>
</pluginRepository>
</pluginRepositories>

<repositories>
<repository>
<releases>
<enabled>false</enabled>
<updatePolicy>always</updatePolicy>
<checksumPolicy>warn</checksumPolicy>
</releases>
<snapshots>
<enabled>true</enabled>
<updatePolicy>always</updatePolicy>
<checksumPolicy>fail</checksumPolicy>
</snapshots>
<id>apacheSnapshots</id>
<name>Apache Snapshots</name>
<url>http://people.apache.org/repo/m2-snapshot-repository/</url>
<layout>default</layout>
</repository>
</repositories>

</project> </project>

0 comments on commit fbeb795

Please sign in to comment.