Author: [email protected] Date: Tue Oct 4 13:30:44 2011 New Revision: 1426
Log: [Amdatu release]prepare release amdatu-4-RC1 Modified: trunk/amdatu-parent/pom.xml Modified: trunk/amdatu-parent/pom.xml ============================================================================== --- trunk/amdatu-parent/pom.xml (original) +++ trunk/amdatu-parent/pom.xml Tue Oct 4 13:30:44 2011 @@ -1,501 +1,500 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!-- - Copyright (c) 2010, 2011 The Amdatu Foundation - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License.verning permissions and limitations - under the License. ---> -<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.amdatu</groupId> - <artifactId>amdatu</artifactId> - <version>4-SNAPSHOT</version> - <packaging>pom</packaging> - <name>Amdatu</name> - <description>Amdatu Platform</description> - <url>http://www.amdatu.org/</url> - <inceptionYear>2010</inceptionYear> - - <properties> - <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <maven.dollar>$</maven.dollar> - <javax.servlet.version>2.5</javax.servlet.version> - <org.osgi.version>4.2.0</org.osgi.version> - <jsr311-api.version>1.1.1</jsr311-api.version> - <org.apache.felix.dependencymanager.version>3.0.0</org.apache.felix.dependencymanager.version> - <junit.version>4.8.1</junit.version> - <jmock.version>2.5.1</jmock.version> - </properties> - - <prerequisites> - <maven>2.2.1</maven> - </prerequisites> - - <licenses> - <license> - <name>Apache License, Version 2.0</name> - <url>http://www.apache.org/licenses/LICENSE-2.0.html</url> - <distribution>repo</distribution> - </license> - </licenses> - - <ciManagement> - <system>bamboo</system> - <url>http://bamboo.amdatu.org/bamboo/</url> - <notifiers> - <notifier> - <type>mail</type> - <sendOnError>true</sendOnError> - <sendOnFailure>true</sendOnFailure> - <sendOnSuccess>false</sendOnSuccess> - <sendOnWarning>false</sendOnWarning> - <configuration> - <address>[email protected]</address> - </configuration> - </notifier> - </notifiers> - </ciManagement> - - <distributionManagement> - <snapshotRepository> - <name>Amdatu Nightly Builds</name> - <id>amdatu.nightly</id> - <url>dav:http://repository.amdatu.org/snapshots</url> - <uniqueVersion>false</uniqueVersion> - </snapshotRepository> - <repository> - <name>Amdatu Distributions</name> - <id>amdatu.releases</id> - <url>dav:http://repository.amdatu.org/releases</url> - <uniqueVersion>false</uniqueVersion> - </repository> - <site> - <name>Amdatu Sites</name> - <id>amdatu.sites</id> - <url>dav:http://repository.amdatu.org/sites</url> - </site> - </distributionManagement> - - <issueManagement> - <system>JIRA</system> - <url>http://jira.amdatu.org/jira</url> - </issueManagement> - - <mailingLists> - <mailingList> - <name>Amdatu users</name> - <subscribe>http://lists.amdatu.org/mailman/listinfo/amdatu-users</subscribe> - <unsubscribe>http://lists.amdatu.org/mailman/listinfo/amdatu-users</unsubscribe> - <post>[email protected]</post> - <archive>http://lists.amdatu.org/pipermail/amdatu-users</archive> - </mailingList> - <mailingList> - <name>Amdatu developers</name> - <subscribe>http://lists.amdatu.org/mailman/listinfo/amdatu-developers</subscribe> - <unsubscribe>http://lists.amdatu.org/mailman/listinfo/amdatu-developers</unsubscribe> - <post>[email protected]</post> - <archive>http://lists.amdatu.org/pipermail/amdatu-developers</archive> - </mailingList> - <mailingList> - <name>Subversion commits</name> - <subscribe>http://lists.amdatu.org/mailman/listinfo/amdatu-commits</subscribe> - <unsubscribe>http://lists.amdatu.org/mailman/listinfo/amdatu-commits</unsubscribe> - <post>[email protected]</post> - <archive>http://lists.amdatu.org/pipermail/amdatu-commits</archive> - </mailingList> - </mailingLists> - - <scm> - <connection>scm:svn:http://subversion.amdatu.org/svn/amdatu/trunk/amdatu-parent</connection> - <developerConnection>scm:svn:http://subversion.amdatu.org/svn/amdatu/trunk/amdatu-parent</developerConnection> - <url>http://subversion.amdatu.org/viewvc/amdatu/amdatu-parent</url> - </scm> - - <developers> - <developer> - <id>ivol</id> - <name>Ivo Ladage-van Doorn</name> - <email>[email protected]</email> - <organization>GX Software</organization> - <organizationUrl>http://gxsoftware.com</organizationUrl> - <roles> - <role>Developer</role> - </roles> - </developer> - <developer> - <id>angelos</id> - <name>Angelo van der Sijpt</name> - <email>[email protected]</email> - <organization>Luminis</organization> - <organizationUrl>http://luminis.eu</organizationUrl> - <roles> - <role>Developer</role> - </roles> - </developer> - <developer> - <id>marcelo</id> - <name>Marcel Offermans</name> - <email>[email protected]</email> - <organization>Luminis</organization> - <organizationUrl>http://luminis.eu</organizationUrl> - <roles> - <role>Developer</role> - </roles> - </developer> - <developer> - <id>bramk</id> - <name>Bram de Kruijff</name> - <email>[email protected]</email> - <organization>GX Software</organization> - <organizationUrl>http://gxsoftware.com</organizationUrl> - <roles> - <role>Developer</role> - </roles> - </developer> - </developers> - - <repositories> - <repository> - <id>amdatu.external</id> - <name>Amdatu External Repository</name> - <url>http://repository.amdatu.org/maven2</url> - <releases> - <enabled>true</enabled> - </releases> - <snapshots> - <enabled>false</enabled> - </snapshots> - </repository> - <repository> - <id>amdatu.releases</id> - <name>Amdatu Release Repository</name> - <url>http://repository.amdatu.org/releases</url> - <releases> - <enabled>true</enabled> - </releases> - <snapshots> - <enabled>false</enabled> - </snapshots> - </repository> - <repository> - <id>amdatu.snapshots</id> - <name>Amdatu Snapshots Repository</name> - <url>http://repository.amdatu.org/snapshots</url> - <releases> - <enabled>false</enabled> - </releases> - <snapshots> - <enabled>true</enabled> - </snapshots> - </repository> - </repositories> - - <dependencyManagement> - <dependencies> - <dependency> - <groupId>org.osgi</groupId> - <artifactId>org.osgi.core</artifactId> - <version>${org.osgi.version}</version> - <scope>provided</scope> - </dependency> - <dependency> - <groupId>org.osgi</groupId> - <artifactId>org.osgi.compendium</artifactId> - <version>${org.osgi.version}</version> - <scope>provided</scope> - </dependency> - <dependency> - <groupId>org.apache.felix</groupId> - <artifactId>org.apache.felix.dependencymanager</artifactId> - <version>${org.apache.felix.dependencymanager.version}</version> - <scope>provided</scope> - </dependency> - <dependency> - <groupId>javax.servlet</groupId> - <artifactId>servlet-api</artifactId> - <version>${javax.servlet.version}</version> - <scope>provided</scope> - </dependency> - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <version>${junit.version}</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.jmock</groupId> - <artifactId>jmock-junit4</artifactId> - <version>${jmock.version}</version> - <scope>test</scope> - </dependency> - </dependencies> - </dependencyManagement> - - <dependencies> - <dependency> - <groupId>org.osgi</groupId> - <artifactId>org.osgi.core</artifactId> - </dependency> - <dependency> - <groupId>org.osgi</groupId> - <artifactId>org.osgi.compendium</artifactId> - </dependency> - <dependency> - <groupId>org.apache.felix</groupId> - <artifactId>org.apache.felix.dependencymanager</artifactId> - </dependency> - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - </dependency> - <dependency> - <groupId>org.jmock</groupId> - <artifactId>jmock-junit4</artifactId> - </dependency> - </dependencies> - - <build> - <defaultGoal>install</defaultGoal> - <pluginManagement> - <plugins> - <plugin> - <artifactId>maven-compiler-plugin</artifactId> - <configuration> - <source>1.5</source> - <target>1.5</target> - </configuration> - </plugin> - <plugin> - <groupId>org.apache.felix</groupId> - <artifactId>maven-bundle-plugin</artifactId> - <extensions>true</extensions> - <version>2.1.0</version> - </plugin> - <plugin> - <artifactId>maven-site-plugin</artifactId> - <version>2.2</version> - </plugin> - - <!-- - Specify the exact maven plugin version here, since some versions have issues with resource filtering in - versions 2.7 and 2.8 (see http://stackoverflow.com/questions/1397903/setting-project-for-eclipse-using-maven) - --> - <plugin> - <artifactId>maven-eclipse-plugin</artifactId> - <version>2.6</version> - <configuration> - <projectNameTemplate>[artifactId]</projectNameTemplate> - </configuration> - </plugin> - </plugins> - </pluginManagement> - <extensions> - <extension> - <groupId>org.apache.maven.wagon</groupId> - <artifactId>wagon-webdav-jackrabbit</artifactId> - <version>1.0-beta-7</version> - </extension> - </extensions> - <plugins> - <plugin> - <artifactId>maven-release-plugin</artifactId> - <configuration> - <autoVersionSubmodules>true</autoVersionSubmodules> - <branchBase>http://subversion.amdatu.org/svn/amdatu/branches</branchBase> - <tagBase>http://subversion.amdatu.org/svn/amdatu/tags</tagBase> - <scmCommentPrefix>[Amdatu release] </scmCommentPrefix> - <goals>install deploy</goals> - <releaseProfiles>build-release</releaseProfiles> - </configuration> - </plugin> - <plugin> - <artifactId>maven-surefire-plugin</artifactId> - <version>2.8.1</version> - <configuration> - <argLine>-Xmx384m</argLine> - <systemPropertyVariables> - <net.sourceforge.cobertura.datafile>${basedir}/target/cobertura/cobertura.ser</net.sourceforge.cobertura.datafile> - <java.io.tmpdir>${basedir}/target/iotemp</java.io.tmpdir> - </systemPropertyVariables> - </configuration> - </plugin> - <plugin> - <groupId>org.apache.felix</groupId> - <artifactId>maven-bundle-plugin</artifactId> - </plugin> - </plugins> - <resources> - <resource> - <directory>src/main/resources</directory> - </resource> - <resource> - <directory>.</directory> - <targetPath>META-INF</targetPath> - <includes> - <include>LICENSE*</include> - <include>NOTICE*</include> - </includes> - </resource> - </resources> - </build> - - <reporting> - <outputDirectory>target/site</outputDirectory> - <plugins> - <plugin> - <artifactId>maven-javadoc-plugin</artifactId> - <version>2.7</version> - <configuration> - <aggregate>true</aggregate> - <show>public</show> - <detectOfflineLinks>false</detectOfflineLinks> - </configuration> - </plugin> - - <plugin> - <artifactId>maven-jxr-plugin</artifactId> - <version>2.2</version> - <configuration> - <aggregate>true</aggregate> - </configuration> - </plugin> - - <plugin> - <artifactId>maven-pmd-plugin</artifactId> - <version>2.5</version> - <configuration> - <aggregate>true</aggregate> - <linkXref>true</linkXref> - <minimumTokens>100</minimumTokens> - <sourceEncoding>utf-8</sourceEncoding> - <targetJdk>1.5</targetJdk> - </configuration> - </plugin> - - <plugin> - <artifactId>maven-project-info-reports-plugin</artifactId> - <version>2.2</version> - <reportSets> - <reportSet> - <inherited>false</inherited> - <reports> - <report>cim</report> - <!-- <report>dependencies</report> --> - <!-- <report>dependency-convergence</report> --> - <report>dependency-management</report> - <report>index</report> - <report>issue-tracking</report> - <report>license</report> - <report>mailing-list</report> - <report>plugin-management</report> - <report>plugins</report> - <report>project-team</report> - <report>scm</report> - <report>summary</report> - </reports> - </reportSet> - </reportSets> - </plugin> - - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>javancss-maven-plugin</artifactId> - <version>2.0-beta-2</version> - </plugin> - - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>cobertura-maven-plugin</artifactId> - <version>2.4</version> - <configuration> - <!-- - Aggregation is not yet supported in 2.4 but will be in 2.5. - See http://jira.codehaus.org/browse/MCOBERTURA-65 - <aggregate>true</aggregate> - --> - <formats> - <format>html</format> - <format>xml</format> - </formats> - </configuration> - </plugin> - - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>findbugs-maven-plugin</artifactId> - <version>2.3.2</version> - <configuration> - <!-- - Aggregation is not yet supported in 2.3.2. - See http://jira.codehaus.org/browse/MFINDBUGS-37 - <aggregate>true</aggregate> - --> - <xmlOutput>true</xmlOutput> - <threshold>High</threshold> - <effort>Min</effort> - <visitors>FindDeadLocalStores,UnreadFields</visitors> - </configuration> - </plugin> - </plugins> - </reporting> - - <profiles> - <profile> - <!-- - The release profile by default generates all binary, source, - javadoc and assemblies - --> - <id>release</id> - <activation> - <activeByDefault>true</activeByDefault> - </activation> - <build> - <plugins> - <plugin> - <artifactId>maven-javadoc-plugin</artifactId> - <version>2.7</version> - <inherited>true</inherited> - <configuration> - <show>private</show> - <nohelp>true</nohelp> - </configuration> - <executions> - <execution> - <id>attach-javadocs</id> - <phase>install</phase> - <goals> - <goal>jar</goal> - </goals> - </execution> - </executions> - </plugin> - <plugin> - <artifactId>maven-source-plugin</artifactId> - <version>2.1.2</version> - <inherited>true</inherited> - <executions> - <execution> - <id>attach-sources</id> - <phase>install</phase> - <goals> - <goal>jar</goal> - </goals> - </execution> - </executions> - </plugin> - </plugins> - </build> - </profile> - </profiles> -</project> +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Copyright (c) 2010, 2011 The Amdatu Foundation + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License.verning permissions and limitations + under the License. +--> +<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.amdatu</groupId> + <artifactId>amdatu</artifactId> + <version>4-RC1</version> + <packaging>pom</packaging> + <name>Amdatu</name> + <description>Amdatu Platform</description> + <url>http://www.amdatu.org/</url> + <inceptionYear>2010</inceptionYear> + + <properties> + <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> + <maven.dollar>$</maven.dollar> + <javax.servlet.version>2.5</javax.servlet.version> + <org.osgi.version>4.2.0</org.osgi.version> + <jsr311-api.version>1.1.1</jsr311-api.version> + <org.apache.felix.dependencymanager.version>3.0.0</org.apache.felix.dependencymanager.version> + <junit.version>4.8.1</junit.version> + <jmock.version>2.5.1</jmock.version> + </properties> + + <prerequisites> + <maven>2.2.1</maven> + </prerequisites> + + <licenses> + <license> + <name>Apache License, Version 2.0</name> + <url>http://www.apache.org/licenses/LICENSE-2.0.html</url> + <distribution>repo</distribution> + </license> + </licenses> + + <ciManagement> + <system>bamboo</system> + <url>http://bamboo.amdatu.org/bamboo/</url> + <notifiers> + <notifier> + <type>mail</type> + <sendOnError>true</sendOnError> + <sendOnFailure>true</sendOnFailure> + <sendOnSuccess>false</sendOnSuccess> + <sendOnWarning>false</sendOnWarning> + <configuration> + <address>[email protected]</address> + </configuration> + </notifier> + </notifiers> + </ciManagement> + + <distributionManagement> + <snapshotRepository> + <name>Amdatu Nightly Builds</name> + <id>amdatu.nightly</id> + <url>dav:http://repository.amdatu.org/snapshots</url> + <uniqueVersion>false</uniqueVersion> + </snapshotRepository> + <repository> + <name>Amdatu Distributions</name> + <id>amdatu.releases</id> + <url>dav:http://repository.amdatu.org/releases</url> + <uniqueVersion>false</uniqueVersion> + </repository> + <site> + <name>Amdatu Sites</name> + <id>amdatu.sites</id> + <url>dav:http://repository.amdatu.org/sites</url> + </site> + </distributionManagement> + + <issueManagement> + <system>JIRA</system> + <url>http://jira.amdatu.org/jira</url> + </issueManagement> + + <mailingLists> + <mailingList> + <name>Amdatu users</name> + <subscribe>http://lists.amdatu.org/mailman/listinfo/amdatu-users</subscribe> + <unsubscribe>http://lists.amdatu.org/mailman/listinfo/amdatu-users</unsubscribe> + <post>[email protected]</post> + <archive>http://lists.amdatu.org/pipermail/amdatu-users</archive> + </mailingList> + <mailingList> + <name>Amdatu developers</name> + <subscribe>http://lists.amdatu.org/mailman/listinfo/amdatu-developers</subscribe> + <unsubscribe>http://lists.amdatu.org/mailman/listinfo/amdatu-developers</unsubscribe> + <post>[email protected]</post> + <archive>http://lists.amdatu.org/pipermail/amdatu-developers</archive> + </mailingList> + <mailingList> + <name>Subversion commits</name> + <subscribe>http://lists.amdatu.org/mailman/listinfo/amdatu-commits</subscribe> + <unsubscribe>http://lists.amdatu.org/mailman/listinfo/amdatu-commits</unsubscribe> + <post>[email protected]</post> + <archive>http://lists.amdatu.org/pipermail/amdatu-commits</archive> + </mailingList> + </mailingLists> + + <scm> + <connection>scm:svn:http://subversion.amdatu.org/svn/amdatu/tags/amdatu-4-RC1</connection> + <developerConnection>scm:svn:http://subversion.amdatu.org/svn/amdatu/tags/amdatu-4-RC1</developerConnection> + <url>scm:svn:http://subversion.amdatu.org/svn/amdatu/tags/amdatu-4-RC1</url> + </scm> + + <developers> + <developer> + <id>ivol</id> + <name>Ivo Ladage-van Doorn</name> + <email>[email protected]</email> + <organization>GX Software</organization> + <organizationUrl>http://gxsoftware.com</organizationUrl> + <roles> + <role>Developer</role> + </roles> + </developer> + <developer> + <id>angelos</id> + <name>Angelo van der Sijpt</name> + <email>[email protected]</email> + <organization>Luminis</organization> + <organizationUrl>http://luminis.eu</organizationUrl> + <roles> + <role>Developer</role> + </roles> + </developer> + <developer> + <id>marcelo</id> + <name>Marcel Offermans</name> + <email>[email protected]</email> + <organization>Luminis</organization> + <organizationUrl>http://luminis.eu</organizationUrl> + <roles> + <role>Developer</role> + </roles> + </developer> + <developer> + <id>bramk</id> + <name>Bram de Kruijff</name> + <email>[email protected]</email> + <organization>GX Software</organization> + <organizationUrl>http://gxsoftware.com</organizationUrl> + <roles> + <role>Developer</role> + </roles> + </developer> + </developers> + + <repositories> + <repository> + <id>amdatu.external</id> + <name>Amdatu External Repository</name> + <url>http://repository.amdatu.org/maven2</url> + <releases> + <enabled>true</enabled> + </releases> + <snapshots> + <enabled>false</enabled> + </snapshots> + </repository> + <repository> + <id>amdatu.releases</id> + <name>Amdatu Release Repository</name> + <url>http://repository.amdatu.org/releases</url> + <releases> + <enabled>true</enabled> + </releases> + <snapshots> + <enabled>false</enabled> + </snapshots> + </repository> + <repository> + <id>amdatu.snapshots</id> + <name>Amdatu Snapshots Repository</name> + <url>http://repository.amdatu.org/snapshots</url> + <releases> + <enabled>false</enabled> + </releases> + <snapshots> + <enabled>true</enabled> + </snapshots> + </repository> + </repositories> + + <dependencyManagement> + <dependencies> + <dependency> + <groupId>org.osgi</groupId> + <artifactId>org.osgi.core</artifactId> + <version>${org.osgi.version}</version> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>org.osgi</groupId> + <artifactId>org.osgi.compendium</artifactId> + <version>${org.osgi.version}</version> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>org.apache.felix</groupId> + <artifactId>org.apache.felix.dependencymanager</artifactId> + <version>${org.apache.felix.dependencymanager.version}</version> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>javax.servlet</groupId> + <artifactId>servlet-api</artifactId> + <version>${javax.servlet.version}</version> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <version>${junit.version}</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.jmock</groupId> + <artifactId>jmock-junit4</artifactId> + <version>${jmock.version}</version> + <scope>test</scope> + </dependency> + </dependencies> + </dependencyManagement> + + <dependencies> + <dependency> + <groupId>org.osgi</groupId> + <artifactId>org.osgi.core</artifactId> + </dependency> + <dependency> + <groupId>org.osgi</groupId> + <artifactId>org.osgi.compendium</artifactId> + </dependency> + <dependency> + <groupId>org.apache.felix</groupId> + <artifactId>org.apache.felix.dependencymanager</artifactId> + </dependency> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + </dependency> + <dependency> + <groupId>org.jmock</groupId> + <artifactId>jmock-junit4</artifactId> + </dependency> + </dependencies> + + <build> + <defaultGoal>install</defaultGoal> + <pluginManagement> + <plugins> + <plugin> + <artifactId>maven-compiler-plugin</artifactId> + <configuration> + <source>1.5</source> + <target>1.5</target> + </configuration> + </plugin> + <plugin> + <groupId>org.apache.felix</groupId> + <artifactId>maven-bundle-plugin</artifactId> + <extensions>true</extensions> + <version>2.1.0</version> + </plugin> + <plugin> + <artifactId>maven-site-plugin</artifactId> + <version>2.2</version> + </plugin> + + <!-- + Specify the exact maven plugin version here, since some versions have issues with resource filtering in + versions 2.7 and 2.8 (see http://stackoverflow.com/questions/1397903/setting-project-for-eclipse-using-maven) + --> + <plugin> + <artifactId>maven-eclipse-plugin</artifactId> + <version>2.6</version> + <configuration> + <projectNameTemplate>[artifactId]</projectNameTemplate> + </configuration> + </plugin> + </plugins> + </pluginManagement> + <extensions> + <extension> + <groupId>org.apache.maven.wagon</groupId> + <artifactId>wagon-webdav-jackrabbit</artifactId> + <version>1.0-beta-7</version> + </extension> + </extensions> + <plugins> + <plugin> + <artifactId>maven-release-plugin</artifactId> + <configuration> + <autoVersionSubmodules>true</autoVersionSubmodules> + <branchBase>http://subversion.amdatu.org/svn/amdatu/branches</branchBase> + <tagBase>http://subversion.amdatu.org/svn/amdatu/tags</tagBase> + <scmCommentPrefix>[Amdatu release] </scmCommentPrefix> + <goals>install deploy</goals> + <releaseProfiles>build-release</releaseProfiles> + </configuration> + </plugin> + <plugin> + <artifactId>maven-surefire-plugin</artifactId> + <version>2.8.1</version> + <configuration> + <argLine>-Xmx384m</argLine> + <systemPropertyVariables> + <net.sourceforge.cobertura.datafile>${basedir}/target/cobertura/cobertura.ser</net.sourceforge.cobertura.datafile> + <java.io.tmpdir>${basedir}/target/iotemp</java.io.tmpdir> + </systemPropertyVariables> + </configuration> + </plugin> + <plugin> + <groupId>org.apache.felix</groupId> + <artifactId>maven-bundle-plugin</artifactId> + </plugin> + </plugins> + <resources> + <resource> + <directory>src/main/resources</directory> + </resource> + <resource> + <directory>.</directory> + <targetPath>META-INF</targetPath> + <includes> + <include>LICENSE*</include> + <include>NOTICE*</include> + </includes> + </resource> + </resources> + </build> + + <reporting> + <outputDirectory>target/site</outputDirectory> + <plugins> + <plugin> + <artifactId>maven-javadoc-plugin</artifactId> + <version>2.7</version> + <configuration> + <aggregate>true</aggregate> + <show>public</show> + <detectOfflineLinks>false</detectOfflineLinks> + </configuration> + </plugin> + + <plugin> + <artifactId>maven-jxr-plugin</artifactId> + <version>2.2</version> + <configuration> + <aggregate>true</aggregate> + </configuration> + </plugin> + + <plugin> + <artifactId>maven-pmd-plugin</artifactId> + <version>2.5</version> + <configuration> + <aggregate>true</aggregate> + <linkXref>true</linkXref> + <minimumTokens>100</minimumTokens> + <sourceEncoding>utf-8</sourceEncoding> + <targetJdk>1.5</targetJdk> + </configuration> + </plugin> + + <plugin> + <artifactId>maven-project-info-reports-plugin</artifactId> + <version>2.2</version> + <reportSets> + <reportSet> + <inherited>false</inherited> + <reports> + <report>cim</report> + <!-- <report>dependencies</report> --> + <!-- <report>dependency-convergence</report> --> + <report>dependency-management</report> + <report>index</report> + <report>issue-tracking</report> + <report>license</report> + <report>mailing-list</report> + <report>plugin-management</report> + <report>plugins</report> + <report>project-team</report> + <report>scm</report> + <report>summary</report> + </reports> + </reportSet> + </reportSets> + </plugin> + + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>javancss-maven-plugin</artifactId> + <version>2.0-beta-2</version> + </plugin> + + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>cobertura-maven-plugin</artifactId> + <version>2.4</version> + <configuration> + <!-- + Aggregation is not yet supported in 2.4 but will be in 2.5. + See http://jira.codehaus.org/browse/MCOBERTURA-65 + <aggregate>true</aggregate> + --> + <formats> + <format>html</format> + <format>xml</format> + </formats> + </configuration> + </plugin> + + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>findbugs-maven-plugin</artifactId> + <version>2.3.2</version> + <configuration> + <!-- + Aggregation is not yet supported in 2.3.2. + See http://jira.codehaus.org/browse/MFINDBUGS-37 + <aggregate>true</aggregate> + --> + <xmlOutput>true</xmlOutput> + <threshold>High</threshold> + <effort>Min</effort> + <visitors>FindDeadLocalStores,UnreadFields</visitors> + </configuration> + </plugin> + </plugins> + </reporting> + + <profiles> + <profile> + <!-- + The release profile by default generates all binary, source, + javadoc and assemblies + --> + <id>release</id> + <activation> + <activeByDefault>true</activeByDefault> + </activation> + <build> + <plugins> + <plugin> + <artifactId>maven-javadoc-plugin</artifactId> + <version>2.7</version> + <inherited>true</inherited> + <configuration> + <show>private</show> + <nohelp>true</nohelp> + </configuration> + <executions> + <execution> + <id>attach-javadocs</id> + <phase>install</phase> + <goals> + <goal>jar</goal> + </goals> + </execution> + </executions> + </plugin> + <plugin> + <artifactId>maven-source-plugin</artifactId> + <version>2.1.2</version> + <inherited>true</inherited> + <executions> + <execution> + <id>attach-sources</id> + <phase>install</phase> + <goals> + <goal>jar</goal> + </goals> + </execution> + </executions> + </plugin> + </plugins> + </build> + </profile> + </profiles> +</project> _______________________________________________ Amdatu-commits mailing list [email protected] http://lists.amdatu.org/mailman/listinfo/amdatu-commits
