From: <fg...@us...> - 2009-09-02 14:38:33
|
Revision: 1326 http://openutils.svn.sourceforge.net/openutils/?rev=1326&view=rev Author: fgiust Date: 2009-09-02 14:38:20 +0000 (Wed, 02 Sep 2009) Log Message: ----------- [maven-release-plugin] copy for tag openutils-parent-1.0 Added Paths: ----------- tags/openutils-parent-1.0/ tags/openutils-parent-1.0/pom.xml tags/openutils-parent-1.0/release-pom.xml Removed Paths: ------------- tags/openutils-parent-1.0/pom.xml Deleted: tags/openutils-parent-1.0/pom.xml =================================================================== --- trunk/openutils-parent/pom.xml 2009-09-02 14:35:17 UTC (rev 1324) +++ tags/openutils-parent-1.0/pom.xml 2009-09-02 14:38:20 UTC (rev 1326) @@ -1,310 +0,0 @@ -<?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>net.sourceforge.openutils</groupId> - <artifactId>openutils-parent</artifactId> - <packaging>pom</packaging> - <version>12-SNAPSHOT</version> - <name>openutils</name> - <url>http://openutils.sourceforge.net</url> - <scm> - <!-- just /trunk to make inherited projects work --> - <connection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/trunk</connection> - <developerConnection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/trunk</developerConnection> - <url>http://openutils.svn.sourceforge.net/viewcvs.cgi/openutils/trunk</url> - </scm> - <organization> - <name>Openmind</name> - <url>http://www.openmindonline.it</url> - </organization> - <developers> - <developer> - <id>fgiust</id> - <name>Fabrizio Giustina</name> - <email>fg...@ap...</email> - <organization>openmind</organization> - <roles> - <role>Project admin and developer</role> - </roles> - <timezone>+1</timezone> - </developer> - <developer> - <id>ronya_z</id> - <name>Daniela Fuscio</name> - <email>dan...@op...</email> - <organization>openmind</organization> - <roles> - <role>developer</role> - </roles> - <timezone>+1</timezone> - </developer> - <developer> - <id>molask</id> - <name>Manuel Molaschi</name> - <email>man...@op...</email> - <organization>openmind</organization> - <roles> - <role>developer</role> - </roles> - <timezone>+1</timezone> - </developer> - <developer> - <id>fcarone</id> - <name>Filippo Carone</name> - <email>fil...@op...</email> - <organization>openmind</organization> - <roles> - <role>developer</role> - </roles> - <timezone>+1</timezone> - </developer> - <developer> - <id>fberar</id> - <name>Fabrizio Berardi</name> - <email>fab...@op...</email> - <organization>openmind</organization> - <roles> - <role>developer</role> - </roles> - <timezone>+1</timezone> - </developer> - <developer> - <id>fgrilli</id> - <name>Federico Grilli</name> - <email>fed...@op...</email> - <organization>openmind</organization> - <roles> - <role>developer</role> - </roles> - <timezone>+1</timezone> - </developer> - </developers> - <prerequisites> - <maven>2.0.10</maven> - </prerequisites> - <build> - <plugins> - <plugin> - <artifactId>maven-resources-plugin</artifactId> - <version>2.3</version> - <configuration> - <encoding>UTF-8</encoding> - </configuration> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-site-plugin</artifactId> - <version>2.0-beta-7</version> - <configuration> - <stagingSiteURL>scp://shell.sourceforge.net/home/groups/o/op/openutils/htdocs/staging/${pom.artifactId}/ - </stagingSiteURL> - </configuration> - </plugin> - <plugin> - <artifactId>maven-release-plugin</artifactId> - <version>2.0-beta-8</version> - <configuration> - <generateReleasePoms>true</generateReleasePoms> - </configuration> - </plugin> - <plugin> - <artifactId>maven-surefire-plugin</artifactId> - <version>2.4.3</version> - </plugin> - <plugin> - <artifactId>maven-compiler-plugin</artifactId> - <version>2.0.2</version> - <configuration> - <source>1.5</source> - <target>1.5</target> - <encoding>UTF-8</encoding> - </configuration> - </plugin> - <plugin> - <artifactId>maven-source-plugin</artifactId> - <version>2.0.4</version> - <executions> - <execution> - <id>attach-sources</id> - <goals> - <goal>jar</goal> - </goals> - </execution> - </executions> - </plugin> - <plugin> - <artifactId>maven-deploy-plugin</artifactId> - <version>2.4</version> - </plugin> - <plugin> - <artifactId>maven-eclipse-plugin</artifactId> - <version>2.5.1</version> - <configuration> - <wtpversion>1.5</wtpversion> - <additionalBuildcommands> - <additionalBuildcommand>com.atlassw.tools.eclipse.checkstyle.CheckstyleBuilder</additionalBuildcommand> - </additionalBuildcommands> - <additionalProjectnatures> - <additionalProjectnature>com.atlassw.tools.eclipse.checkstyle.CheckstyleNature</additionalProjectnature> - </additionalProjectnatures> - <additionalConfig> - <file> - <name>.checkstyle</name> - <content> - <![CDATA[<fileset-config file-format-version="1.2.0" simple-config="true"> - <fileset name="all" enabled="true" check-config-name="project" local="false"> - <file-match-pattern match-pattern="." include-pattern="true" /> - </fileset> - <filter name="NonSrcDirs" enabled="true" /> -</fileset-config>]]> - </content> - </file> - </additionalConfig> - </configuration> - </plugin> - </plugins> - </build> - <reporting> - <plugins> - <plugin> - <artifactId>maven-javadoc-plugin</artifactId> - <version>2.4</version> - <configuration> - <quiet>true</quiet> - </configuration> - </plugin> - <plugin> - <artifactId>maven-project-info-reports-plugin</artifactId> - <version>2.1</version> - </plugin> - <plugin> - <artifactId>maven-changes-plugin</artifactId> - <version>2.0-beta-3</version> - <configuration> - <xmlPath>${basedir}/src/site/changes/changes.xml</xmlPath> - </configuration> - <reportSets> - <reportSet> - <reports> - <report>changes-report</report> - </reports> - </reportSet> - </reportSets> - </plugin> - <plugin> - <artifactId>maven-surefire-report-plugin</artifactId> - <version>2.4.3</version> - </plugin> - <plugin> - <artifactId>maven-changelog-plugin</artifactId> - <version>2.1</version> - </plugin> - <plugin> - <artifactId>maven-jxr-plugin</artifactId> - <version>2.1</version> - </plugin> - </plugins> - </reporting> - <distributionManagement> - <site> - <id>sourceforge</id> - <name>sourceforge</name> - <url>scp://shell.sourceforge.net/home/groups/o/op/openutils/htdocs/</url> - </site> - <downloadUrl>http://prdownloads.sourceforge.net/150467</downloadUrl> - <repository> - <id>openutils</id> - <url>scp://shell.sourceforge.net/home/groups/o/op/openutils/htdocs/repository/releases</url> - </repository> - <snapshotRepository> - <id>openutils.snapshots</id> - <url>scp://shell.sourceforge.net/home/groups/o/op/openutils/htdocs/repository/snapshots</url> - </snapshotRepository> - </distributionManagement> - <dependencyManagement> - <dependencies> - <dependency> - <groupId>commons-logging</groupId> - <artifactId>commons-logging</artifactId> - <version>INVALID</version><!-- prevents from importing duplicate dependencies --> - </dependency> - <dependency> - <groupId>commons-logging</groupId> - <artifactId>commons-logging-api</artifactId> - <version>INVALID</version><!-- prevents from importing duplicate dependencies --> - </dependency> - <dependency> - <groupId>cglib</groupId> - <artifactId>cglib</artifactId> - <version>INVALID</version><!-- prevents from importing duplicate dependencies --> - </dependency> - <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring</artifactId> - <version>INVALID</version><!-- prevents from importing duplicate dependencies --> - </dependency> - <dependency> - <groupId>org.slf4j</groupId> - <artifactId>jcl104-over-slf4j</artifactId> - <version>INVALID</version><!-- prevents from importing duplicate dependencies --> - </dependency> - <dependency> - <groupId>log4j</groupId> - <artifactId>log4j</artifactId> - <version>1.2.15</version> - <exclusions> - <exclusion> - <groupId>javax.mail</groupId> - <artifactId>mail</artifactId> - </exclusion> - <exclusion> - <groupId>javax.jms</groupId> - <artifactId>jms</artifactId> - </exclusion> - <exclusion> - <groupId>com.sun.jdmk</groupId> - <artifactId>jmxtools</artifactId> - </exclusion> - <exclusion> - <groupId>com.sun.jmx</groupId> - <artifactId>jmxri</artifactId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-api</artifactId> - <version>1.5.6</version> - </dependency> - <dependency> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-log4j12</artifactId> - <version>1.5.6</version> - <exclusions> - <exclusion> - <groupId>javax.mail</groupId> - <artifactId>mail</artifactId> - </exclusion> - <exclusion> - <groupId>javax.jms</groupId> - <artifactId>jms</artifactId> - </exclusion> - <exclusion> - <groupId>com.sun.jdmk</groupId> - <artifactId>jmxtools</artifactId> - </exclusion> - <exclusion> - <groupId>com.sun.jmx</groupId> - <artifactId>jmxri</artifactId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>org.hibernate</groupId> - <artifactId>hibernate</artifactId> - <version>INVALID</version><!-- prevents from importing duplicate dependencies --> - </dependency> - </dependencies> - </dependencyManagement> -</project> \ No newline at end of file Copied: tags/openutils-parent-1.0/pom.xml (from rev 1325, trunk/openutils-parent/pom.xml) =================================================================== --- tags/openutils-parent-1.0/pom.xml (rev 0) +++ tags/openutils-parent-1.0/pom.xml 2009-09-02 14:38:20 UTC (rev 1326) @@ -0,0 +1,309 @@ +<?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>net.sourceforge.openutils</groupId> + <artifactId>openutils-parent</artifactId> + <packaging>pom</packaging> + <version>1.0</version> + <name>openutils</name> + <url>http://openutils.sourceforge.net</url> + <scm> + <!-- just /trunk to make inherited projects work --> + <connection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-parent-1.0</connection> + <developerConnection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-parent-1.0</developerConnection> + <url>http://openutils.svn.sourceforge.net/viewcvs.cgi/openutils/tags/openutils-parent-1.0</url> + </scm> + <organization> + <name>Openmind</name> + <url>http://www.openmindonline.it</url> + </organization> + <developers> + <developer> + <id>fgiust</id> + <name>Fabrizio Giustina</name> + <email>fg...@ap...</email> + <organization>openmind</organization> + <roles> + <role>Project admin and developer</role> + </roles> + <timezone>+1</timezone> + </developer> + <developer> + <id>ronya_z</id> + <name>Daniela Fuscio</name> + <email>dan...@op...</email> + <organization>openmind</organization> + <roles> + <role>developer</role> + </roles> + <timezone>+1</timezone> + </developer> + <developer> + <id>molask</id> + <name>Manuel Molaschi</name> + <email>man...@op...</email> + <organization>openmind</organization> + <roles> + <role>developer</role> + </roles> + <timezone>+1</timezone> + </developer> + <developer> + <id>fcarone</id> + <name>Filippo Carone</name> + <email>fil...@op...</email> + <organization>openmind</organization> + <roles> + <role>developer</role> + </roles> + <timezone>+1</timezone> + </developer> + <developer> + <id>fberar</id> + <name>Fabrizio Berardi</name> + <email>fab...@op...</email> + <organization>openmind</organization> + <roles> + <role>developer</role> + </roles> + <timezone>+1</timezone> + </developer> + <developer> + <id>fgrilli</id> + <name>Federico Grilli</name> + <email>fed...@op...</email> + <organization>openmind</organization> + <roles> + <role>developer</role> + </roles> + <timezone>+1</timezone> + </developer> + </developers> + <prerequisites> + <maven>2.0.10</maven> + </prerequisites> + <build> + <plugins> + <plugin> + <artifactId>maven-resources-plugin</artifactId> + <version>2.3</version> + <configuration> + <encoding>UTF-8</encoding> + </configuration> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-site-plugin</artifactId> + <version>2.0-beta-7</version> + <configuration> + <stagingSiteURL>scp://shell.sourceforge.net/home/groups/o/op/openutils/htdocs/staging/${pom.artifactId}/ + </stagingSiteURL> + </configuration> + </plugin> + <plugin> + <artifactId>maven-release-plugin</artifactId> + <version>2.0-beta-8</version> + <configuration> + <generateReleasePoms>true</generateReleasePoms> + </configuration> + </plugin> + <plugin> + <artifactId>maven-surefire-plugin</artifactId> + <version>2.4.3</version> + </plugin> + <plugin> + <artifactId>maven-compiler-plugin</artifactId> + <version>2.0.2</version> + <configuration> + <source>1.5</source> + <target>1.5</target> + <encoding>UTF-8</encoding> + </configuration> + </plugin> + <plugin> + <artifactId>maven-source-plugin</artifactId> + <version>2.0.4</version> + <executions> + <execution> + <id>attach-sources</id> + <goals> + <goal>jar</goal> + </goals> + </execution> + </executions> + </plugin> + <plugin> + <artifactId>maven-deploy-plugin</artifactId> + <version>2.4</version> + </plugin> + <plugin> + <artifactId>maven-eclipse-plugin</artifactId> + <version>2.5.1</version> + <configuration> + <wtpversion>1.5</wtpversion> + <additionalBuildcommands> + <additionalBuildcommand>com.atlassw.tools.eclipse.checkstyle.CheckstyleBuilder</additionalBuildcommand> + </additionalBuildcommands> + <additionalProjectnatures> + <additionalProjectnature>com.atlassw.tools.eclipse.checkstyle.CheckstyleNature</additionalProjectnature> + </additionalProjectnatures> + <additionalConfig> + <file> + <name>.checkstyle</name> + <content> + <![CDATA[<fileset-config file-format-version="1.2.0" simple-config="true"> + <fileset name="all" enabled="true" check-config-name="project" local="false"> + <file-match-pattern match-pattern="." include-pattern="true" /> + </fileset> + <filter name="NonSrcDirs" enabled="true" /> +</fileset-config>]]> + </content> + </file> + </additionalConfig> + </configuration> + </plugin> + </plugins> + </build> + <reporting> + <plugins> + <plugin> + <artifactId>maven-javadoc-plugin</artifactId> + <version>2.4</version> + <configuration> + <quiet>true</quiet> + </configuration> + </plugin> + <plugin> + <artifactId>maven-project-info-reports-plugin</artifactId> + <version>2.1</version> + </plugin> + <plugin> + <artifactId>maven-changes-plugin</artifactId> + <version>2.0-beta-3</version> + <configuration> + <xmlPath>${basedir}/src/site/changes/changes.xml</xmlPath> + </configuration> + <reportSets> + <reportSet> + <reports> + <report>changes-report</report> + </reports> + </reportSet> + </reportSets> + </plugin> + <plugin> + <artifactId>maven-surefire-report-plugin</artifactId> + <version>2.4.3</version> + </plugin> + <plugin> + <artifactId>maven-changelog-plugin</artifactId> + <version>2.1</version> + </plugin> + <plugin> + <artifactId>maven-jxr-plugin</artifactId> + <version>2.1</version> + </plugin> + </plugins> + </reporting> + <distributionManagement> + <site> + <id>sourceforge</id> + <name>sourceforge</name> + <url>scp://shell.sourceforge.net/home/groups/o/op/openutils/htdocs/</url> + </site> + <downloadUrl>http://prdownloads.sourceforge.net/150467</downloadUrl> + <repository> + <id>openutils</id> + <url>scp://shell.sourceforge.net/home/groups/o/op/openutils/htdocs/repository/releases</url> + </repository> + <snapshotRepository> + <id>openutils.snapshots</id> + <url>scp://shell.sourceforge.net/home/groups/o/op/openutils/htdocs/repository/snapshots</url> + </snapshotRepository> + </distributionManagement> + <dependencyManagement> + <dependencies> + <dependency> + <groupId>commons-logging</groupId> + <artifactId>commons-logging</artifactId> + <version>INVALID</version><!-- prevents from importing duplicate dependencies --> + </dependency> + <dependency> + <groupId>commons-logging</groupId> + <artifactId>commons-logging-api</artifactId> + <version>INVALID</version><!-- prevents from importing duplicate dependencies --> + </dependency> + <dependency> + <groupId>cglib</groupId> + <artifactId>cglib</artifactId> + <version>INVALID</version><!-- prevents from importing duplicate dependencies --> + </dependency> + <dependency> + <groupId>org.springframework</groupId> + <artifactId>spring</artifactId> + <version>INVALID</version><!-- prevents from importing duplicate dependencies --> + </dependency> + <dependency> + <groupId>org.slf4j</groupId> + <artifactId>jcl104-over-slf4j</artifactId> + <version>INVALID</version><!-- prevents from importing duplicate dependencies --> + </dependency> + <dependency> + <groupId>log4j</groupId> + <artifactId>log4j</artifactId> + <version>1.2.15</version> + <exclusions> + <exclusion> + <groupId>javax.mail</groupId> + <artifactId>mail</artifactId> + </exclusion> + <exclusion> + <groupId>javax.jms</groupId> + <artifactId>jms</artifactId> + </exclusion> + <exclusion> + <groupId>com.sun.jdmk</groupId> + <artifactId>jmxtools</artifactId> + </exclusion> + <exclusion> + <groupId>com.sun.jmx</groupId> + <artifactId>jmxri</artifactId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-api</artifactId> + <version>1.5.6</version> + </dependency> + <dependency> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-log4j12</artifactId> + <version>1.5.6</version> + <exclusions> + <exclusion> + <groupId>javax.mail</groupId> + <artifactId>mail</artifactId> + </exclusion> + <exclusion> + <groupId>javax.jms</groupId> + <artifactId>jms</artifactId> + </exclusion> + <exclusion> + <groupId>com.sun.jdmk</groupId> + <artifactId>jmxtools</artifactId> + </exclusion> + <exclusion> + <groupId>com.sun.jmx</groupId> + <artifactId>jmxri</artifactId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>org.hibernate</groupId> + <artifactId>hibernate</artifactId> + <version>INVALID</version><!-- prevents from importing duplicate dependencies --> + </dependency> + </dependencies> + </dependencyManagement> +</project> \ No newline at end of file Copied: tags/openutils-parent-1.0/release-pom.xml (from rev 1325, trunk/openutils-parent/release-pom.xml) =================================================================== --- tags/openutils-parent-1.0/release-pom.xml (rev 0) +++ tags/openutils-parent-1.0/release-pom.xml 2009-09-02 14:38:20 UTC (rev 1326) @@ -0,0 +1,269 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <modelVersion>4.0.0</modelVersion> + <groupId>net.sourceforge.openutils</groupId> + <artifactId>openutils-parent</artifactId> + <version>1.0</version> + <packaging>pom</packaging> + <name>openutils</name> + <url>http://openutils.sourceforge.net</url> + <organization> + <name>Openmind</name> + <url>http://www.openmindonline.it</url> + </organization> + <developers> + <developer> + <id>fgiust</id> + <name>Fabrizio Giustina</name> + <email>fg...@ap...</email> + <organization>openmind</organization> + <roles> + <role>Project admin and developer</role> + </roles> + <timezone>+1</timezone> + </developer> + <developer> + <id>ronya_z</id> + <name>Daniela Fuscio</name> + <email>dan...@op...</email> + <organization>openmind</organization> + <roles> + <role>developer</role> + </roles> + <timezone>+1</timezone> + </developer> + <developer> + <id>molask</id> + <name>Manuel Molaschi</name> + <email>man...@op...</email> + <organization>openmind</organization> + <roles> + <role>developer</role> + </roles> + <timezone>+1</timezone> + </developer> + <developer> + <id>fcarone</id> + <name>Filippo Carone</name> + <email>fil...@op...</email> + <organization>openmind</organization> + <roles> + <role>developer</role> + </roles> + <timezone>+1</timezone> + </developer> + <developer> + <id>fberar</id> + <name>Fabrizio Berardi</name> + <email>fab...@op...</email> + <organization>openmind</organization> + <roles> + <role>developer</role> + </roles> + <timezone>+1</timezone> + </developer> + <developer> + <id>fgrilli</id> + <name>Federico Grilli</name> + <email>fed...@op...</email> + <organization>openmind</organization> + <roles> + <role>developer</role> + </roles> + <timezone>+1</timezone> + </developer> + </developers> + <scm> + <connection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-parent-1.0</connection> + <developerConnection>scm:svn:https://openutils.svn.sourceforge.net/svnroot/openutils/tags/openutils-parent-1.0</developerConnection> + <url>http://openutils.svn.sourceforge.net/viewcvs.cgi/openutils/tags/openutils-parent-1.0</url> + </scm> + <prerequisites> + <maven>2.0.10</maven> + </prerequisites> + <build> + <sourceDirectory>src/main/java</sourceDirectory> + <scriptSourceDirectory>src/main/scripts</scriptSourceDirectory> + <testSourceDirectory>src/test/java</testSourceDirectory> + <outputDirectory>target/classes</outputDirectory> + <testOutputDirectory>target/test-classes</testOutputDirectory> + <resources> + <resource> + <mergeId>resource-0</mergeId> + <directory>src/main/resources</directory> + </resource> + </resources> + <testResources> + <testResource> + <mergeId>resource-1</mergeId> + <directory>src/test/resources</directory> + </testResource> + </testResources> + <directory>target</directory> + <plugins> + <plugin> + <artifactId>maven-resources-plugin</artifactId> + <version>2.3</version> + <configuration> + <encoding>UTF-8</encoding> + </configuration> + </plugin> + <plugin> + <artifactId>maven-site-plugin</artifactId> + <version>2.0-beta-7</version> + <configuration> + <stagingSiteURL>scp://shell.sourceforge.net/home/groups/o/op/openutils/htdocs/staging/${pom.artifactId}/</stagingSiteURL> + </configuration> + </plugin> + <plugin> + <artifactId>maven-release-plugin</artifactId> + <version>2.0-beta-8</version> + <configuration> + <generateReleasePoms>true</generateReleasePoms> + </configuration> + </plugin> + <plugin> + <artifactId>maven-surefire-plugin</artifactId> + <version>2.4.3</version> + </plugin> + <plugin> + <artifactId>maven-compiler-plugin</artifactId> + <version>2.0.2</version> + <configuration> + <source>1.5</source> + <target>1.5</target> + <encoding>UTF-8</encoding> + </configuration> + </plugin> + <plugin> + <artifactId>maven-source-plugin</artifactId> + <version>2.0.4</version> + <executions> + <execution> + <id>attach-sources</id> + <goals> + <goal>jar</goal> + </goals> + </execution> + </executions> + </plugin> + <plugin> + <artifactId>maven-deploy-plugin</artifactId> + <version>2.4</version> + </plugin> + <plugin> + <artifactId>maven-eclipse-plugin</artifactId> + <version>2.5.1</version> + <configuration> + <wtpversion>1.5</wtpversion> + <additionalBuildcommands> + <additionalBuildcommand>com.atlassw.tools.eclipse.checkstyle.CheckstyleBuilder</additionalBuildcommand> + </additionalBuildcommands> + <additionalProjectnatures> + <additionalProjectnature>com.atlassw.tools.eclipse.checkstyle.CheckstyleNature</additionalProjectnature> + </additionalProjectnatures> + <additionalConfig> + <file> + <name>.checkstyle</name> + <content><fileset-config file-format-version="1.2.0" simple-config="true"> + <fileset name="all" enabled="true" check-config-name="project" local="false"> + <file-match-pattern match-pattern="." include-pattern="true" /> + </fileset> + <filter name="NonSrcDirs" enabled="true" /> +</fileset-config></content> + </file> + </additionalConfig> + </configuration> + </plugin> + </plugins> + </build> + <distributionManagement> + <repository> + <id>openutils</id> + <url>scp://shell.sourceforge.net/home/groups/o/op/openutils/htdocs/repository/releases</url> + </repository> + <snapshotRepository> + <id>openutils.snapshots</id> + <url>scp://shell.sourceforge.net/home/groups/o/op/openutils/htdocs/repository/snapshots</url> + </snapshotRepository> + <site> + <id>sourceforge</id> + <name>sourceforge</name> + <url>scp://shell.sourceforge.net/home/groups/o/op/openutils/htdocs/</url> + </site> + <downloadUrl>http://prdownloads.sourceforge.net/150467</downloadUrl> + </distributionManagement> + <repositories> + <repository> + <snapshots> + <enabled>false</enabled> + </snapshots> + <id>central</id> + <name>Maven Repository Switchboard</name> + <url>http://repo1.maven.org/maven2</url> + </repository> + </repositories> + <pluginRepositories> + <pluginRepository> + <releases> + <updatePolicy>never</updatePolicy> + </releases> + <snapshots> + <enabled>false</enabled> + </snapshots> + <id>central</id> + <name>Maven Plugin Repository</name> + <url>http://repo1.maven.org/maven2</url> + </pluginRepository> + </pluginRepositories> + <reporting> + <excludeDefaults>false</excludeDefaults> + <outputDirectory>target/site</outputDirectory> + <plugins> + <plugin> + <artifactId>maven-javadoc-plugin</artifactId> + <version>2.4</version> + <configuration> + <quiet>true</quiet> + </configuration> + </plugin> + <plugin> + <artifactId>maven-project-info-reports-plugin</artifactId> + <version>2.1</version> + </plugin> + <plugin> + <artifactId>maven-changes-plugin</artifactId> + <version>2.0-beta-3</version> + <configuration> + <xmlPath>/data/apps/openutils/code/openutils-parent/src/site/changes/changes.xml</xmlPath> + </configuration> + <reportSets> + <reportSet> + <reports> + <report>changes-report</report> + </reports> + </reportSet> + </reportSets> + </plugin> + <plugin> + <artifactId>maven-surefire-report-plugin</artifactId> + <version>2.4.3</version> + </plugin> + <plugin> + <artifactId>maven-changelog-plugin</artifactId> + <version>2.1</version> + </plugin> + <plugin> + <artifactId>maven-jxr-plugin</artifactId> + <version>2.1</version> + </plugin> + </plugins> + </reporting> + <properties> + <google.webtoolkit.home>/opt/gwt</google.webtoolkit.home> + <surefire.useFile>false</surefire.useFile> + <wtpversion>1.5</wtpversion> + <passphrase>set me</passphrase> + </properties> +</project> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |