From: <iro...@us...> - 2008-10-20 21:48:10
|
Revision: 60 http://pojomatic.svn.sourceforge.net/pojomatic/?rev=60&view=rev Author: iroberts Date: 2008-10-20 21:48:05 +0000 (Mon, 20 Oct 2008) Log Message: ----------- [maven-release-plugin] copy for tag pojomatic-0.1 Added Paths: ----------- tags/pojomatic-0.1/ tags/pojomatic-0.1/pom.xml Removed Paths: ------------- tags/pojomatic-0.1/pom.xml Deleted: tags/pojomatic-0.1/pom.xml =================================================================== --- trunk/Pojomatic/pom.xml 2008-09-08 21:39:26 UTC (rev 56) +++ tags/pojomatic-0.1/pom.xml 2008-10-20 21:48:05 UTC (rev 60) @@ -1,145 +0,0 @@ -<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>org.pojomatic</groupId> - <artifactId>pojomatic</artifactId> - <packaging>jar</packaging> - <version>0.1-SNAPSHOT</version> - <name>Pojomatic</name> - <description> - Automatically provides configurable implementations of the - equals(Object), toString() and hashCode() methods inherited from java.lang.Object - </description> - <url>http://www.pojomatic.org</url> - <inceptionYear>2008</inceptionYear> - <scm> - <connection>scm:svn:https://pojomatic.googlecode.com/svn/trunk/pojomatic</connection> - <developerConnection>scm:svn:https://pojomatic.googlecode.com/svn/trunk/pojomatic</developerConnection> - <url>https://pojomatic.googlecode.com/svn/trunk/pojomatic</url> - </scm> - <developers> - <developer> - <name>Ian Robertson</name> - <roles> - <role>Lead Developer</role> - </roles> - <email>ian...@gm...</email> - <id>ian.b.robertson</id> - <organization>Overstock.com</organization> - <organizationUrl>http://www.overstock.com</organizationUrl> - <url>http://www.artima.com/weblogs/index.jsp?blogger=ianr</url> - </developer> - <developer> - <name>Chris Hansen</name> - <roles> - <role>Lead Developer</role> - </roles> - <email>han...@gm...</email> - <id>hansen.chris.w</id> - <organization>Overstock.com</organization> - <organizationUrl>http://www.overstock.com</organizationUrl> - <url>http://polyglot-window.blogspot.com/</url> - </developer> - </developers> - <licenses> - <license> - <name>Apache License 2.0</name> - <url>http://www.apache.org/licenses/LICENSE-2.0</url> - <distribution>repo</distribution> - </license> - </licenses> - <issueManagement> - <system>Google Code</system> - <url>http://code.google.com/p/pojomatic/issues/list</url> - </issueManagement> - <distributionManagement> - <downloadUrl>http://code.google.com/p/pojomatic/downloads/list</downloadUrl> - </distributionManagement> - <mailingLists> - <mailingList> - <name>pojomatic-user</name> - <subscribe>poj...@go...</subscribe> - <unsubscribe>poj...@go...</unsubscribe> - <post>poj...@go...</post> - <archive>http://groups.google.com/group/pojomatic-user</archive> - </mailingList> - </mailingLists> - <build> - <plugins> - <plugin> - <artifactId>maven-compiler-plugin</artifactId> - <version>2.0.2</version> - <configuration> - <source>1.5</source> - <target>1.5</target> - </configuration> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-surefire-plugin</artifactId> - <version>2.4.2</version> - <configuration> - <excludes> - <exclude>**/TestUtils.java</exclude> - <exclude>examples/*.java</exclude> - </excludes> - </configuration> - </plugin> - </plugins> - </build> - - <reporting> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-javadoc-plugin</artifactId> - <version>2.4</version> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-site-plugin</artifactId> - <version>2.0-beta-5</version> - </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>findbugs-maven-plugin</artifactId> - <version>1.1.1</version> - <configuration> - <excludeFilterFile>${basedir}/FindBugsFilter.xml</excludeFilterFile> - </configuration> - </plugin> - <plugin> - <artifactId>maven-surefire-report-plugin</artifactId> - <version>2.4.2</version> - </plugin> - <plugin> - <artifactId>maven-jxr-plugin</artifactId> - <version>2.1</version> - </plugin> - <plugin> - <artifactId>maven-pmd-plugin</artifactId> - <configuration> - <targetJdk>1.5</targetJdk> - <rulesets> - <ruleset>${project.basedir}/src/pmd.xml</ruleset> - </rulesets> - <includeTests>true</includeTests> - </configuration> - </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>cobertura-maven-plugin</artifactId> - <version>2.2</version> - </plugin> - </plugins> - </reporting> - <dependencies> - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <version>4.4</version> - <scope>test</scope> - </dependency> - </dependencies> -</project> Copied: tags/pojomatic-0.1/pom.xml (from rev 59, trunk/Pojomatic/pom.xml) =================================================================== --- tags/pojomatic-0.1/pom.xml (rev 0) +++ tags/pojomatic-0.1/pom.xml 2008-10-20 21:48:05 UTC (rev 60) @@ -0,0 +1,157 @@ +<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>org.pojomatic</groupId> + <artifactId>pojomatic</artifactId> + <packaging>jar</packaging> + <version>0.1</version> + <name>Pojomatic</name> + <description> + Automatically provides configurable implementations of the + equals(Object), toString() and hashCode() methods inherited from java.lang.Object + </description> + <url>http://www.pojomatic.org</url> + <inceptionYear>2008</inceptionYear> + <scm> + <connection>scm:svn:https://pojomatic.svn.sourceforge.net/svnroot/pojomatic/tags/pojomatic-0.1</connection> + <developerConnection>scm:svn:https://pojomatic.svn.sourceforge.net/svnroot/pojomatic/tags/pojomatic-0.1</developerConnection> + <url>https://pojomatic.svn.sourceforge.net/svnroot/pojomatic/tags/pojomatic-0.1</url> + </scm> + <developers> + <developer> + <name>Ian Robertson</name> + <roles> + <role>Lead Developer</role> + </roles> + <email>ian...@gm...</email> + <id>ian.b.robertson</id> + <organization>Overstock.com</organization> + <organizationUrl>http://www.overstock.com</organizationUrl> + <url>http://www.artima.com/weblogs/index.jsp?blogger=ianr</url> + </developer> + <developer> + <name>Chris Hansen</name> + <roles> + <role>Lead Developer</role> + </roles> + <email>han...@gm...</email> + <id>hansen.chris.w</id> + <organization>Overstock.com</organization> + <organizationUrl>http://www.overstock.com</organizationUrl> + <url>http://polyglot-window.blogspot.com/</url> + </developer> + </developers> + <licenses> + <license> + <name>Apache License 2.0</name> + <url>http://www.apache.org/licenses/LICENSE-2.0</url> + <distribution>repo</distribution> + </license> + </licenses> + <issueManagement> + <system>Sourceforge</system> + <url>https://sourceforge.net/tracker/?func=browse&group_id=239113</url> + </issueManagement> + <distributionManagement> + <repository> + <id>pojomatic-releases</id> + <name>Pojomatic Release Repository</name> + <url>sftp://web.sourceforge.net/releases</url> + </repository> + <snapshotRepository> + <id>pojomatic-snapshots</id> + <name>Pojomatic snapshot Repository</name> + <url>sftp://web.sourceforge.net/home/groups/p/po/pojomatic/snapshots</url> + </snapshotRepository> + <site> + <id>pojomatic-site</id> + <name>Pojomatic</name> + <url>sftp://web.sourceforge.net/site</url> + </site> + </distributionManagement> + <mailingLists> + <mailingList> + <archive>http://sourceforge.net/mailarchive/forum.php?forum_name=pojomatic-users</archive> + <name>pojomatic-users</name> + <post>poj...@li...</post> + <subscribe>http://lists.sourceforge.net/mailman/listinfo/pojomatic-users</subscribe> + <unsubscribe>http://lists.sourceforge.net/mailman/listinfo/pojomatic-users</unsubscribe> + </mailingList> + </mailingLists> + <build> + <plugins> + <plugin> + <artifactId>maven-compiler-plugin</artifactId> + <version>2.0.2</version> + <configuration> + <source>1.5</source> + <target>1.5</target> + </configuration> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-surefire-plugin</artifactId> + <version>2.4.2</version> + <configuration> + <excludes> + <exclude>**/TestUtils.java</exclude> + <exclude>examples/*.java</exclude> + </excludes> + </configuration> + </plugin> + </plugins> + </build> + + <reporting> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-javadoc-plugin</artifactId> + <version>2.4</version> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-site-plugin</artifactId> + <version>2.0-beta-5</version> + </plugin> + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>findbugs-maven-plugin</artifactId> + <version>1.1.1</version> + <configuration> + <excludeFilterFile>${basedir}/FindBugsFilter.xml</excludeFilterFile> + </configuration> + </plugin> + <plugin> + <artifactId>maven-surefire-report-plugin</artifactId> + <version>2.4.2</version> + </plugin> + <plugin> + <artifactId>maven-jxr-plugin</artifactId> + <version>2.1</version> + </plugin> + <plugin> + <artifactId>maven-pmd-plugin</artifactId> + <configuration> + <targetJdk>1.5</targetJdk> + <rulesets> + <ruleset>${project.basedir}/src/pmd.xml</ruleset> + </rulesets> + <includeTests>true</includeTests> + </configuration> + </plugin> + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>cobertura-maven-plugin</artifactId> + <version>2.2</version> + </plugin> + </plugins> + </reporting> + <dependencies> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <version>4.4</version> + <scope>test</scope> + </dependency> + </dependencies> +</project> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |