basher-root-pom
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>net.sourceforge.basher</groupId>
<artifactId>basher-root-pom</artifactId>
<version>1.0.10</version>
</dependency><!--
~ 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.
-->
<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.basher</groupId>
<artifactId>basher-root-pom</artifactId>
<packaging>pom</packaging>
<version>1.0.10</version>
<name>Basher Project</name>
<url>http://basher.sourceforge.net</url>
<inceptionYear>2006</inceptionYear>
<description>Root POM defining common settings for Basher projects</description>
<organization>
<name>Basher Team</name>
<url>http://basher.sourceforge.net</url>
</organization>
<distributionManagement>
<repository>
<id>sourceforge.net</id>
<url>scp://shell.sourceforge.net/home/groups/b/ba/basher/htdocs/repository</url>
</repository>
</distributionManagement>
<scm>
<connection>scm:svn:https://basher.svn.sourceforge.net/svnroot/basher/basher-root-pom/tags/basher-root-pom-1.0.10</connection>
<developerConnection>scm:svn:https://basher.svn.sourceforge.net/svnroot/basher/basher-root-pom/tags/basher-root-pom-1.0.10
</developerConnection>
<url>http://basher.svn.sourceforge.net/viewvc/basher/basher-root-pom/tags/basher-root-pom-1.0.10</url>
</scm>
<properties>
<basher.gpg.use-agent>false</basher.gpg.use-agent>
<basher.clover.license.file>${user.home}/bin/clover.license</basher.clover.license.file>
</properties>
<mailingLists>
<mailingList>
<name>Basher Development Mailing list</name>
<subscribe>http://lists.sourceforge.net/mailman/listinfo/basher-devel</subscribe>
<unsubscribe>http://lists.sourceforge.net/mailman/listinfo/basher-devel</unsubscribe>
<archive>http://sourceforge.net/mailarchive/forum.php?forum_id=158736</archive>
<post>basher-devel@lists.sourceforge.net</post>
</mailingList>
<mailingList>
<name>Basher User Mailing list</name>
<subscribe>http://lists.sourceforge.net/mailman/listinfo/basher-user</subscribe>
<unsubscribe>http://lists.sourceforge.net/mailman/listinfo/basher-user</unsubscribe>
<archive>http://sourceforge.net/mailarchive/forum.php?forum_id=158736</archive>
<post>basher-basher@lists.sourceforge.net</post>
</mailingList>
</mailingLists>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<id>johanlindquist</id>
<email>johanlindquist (at) users.sourceforge.net</email>
<name>Johan Lindquist</name>
<timezone>+1</timezone>
<roles>
<role>Developer</role>
</roles>
</developer>
</developers>
<issueManagement>
<system>SourceForge</system>
<url>http://sourceforge.net/tracker/?group_id=158736</url>
</issueManagement>
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-docck-plugin</artifactId>
<version>1.0-beta-2</version>
<executions>
<execution>
<goals>
<goal>check</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>versions-maven-plugin</artifactId>
<version>1.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.3</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.5</version>
<configuration>
<includes>
<include>**/Test*.java</include>
</includes>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-clover-plugin</artifactId>
<version>2.4</version>
<configuration>
<licenseLocation>${basher.clover.license.file}</licenseLocation>
<jdk>1.5</jdk>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.0</version>
<configuration>
<preparationGoals>clean install</preparationGoals>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-clean-plugin</artifactId>
<version>2.4</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-install-plugin</artifactId>
<version>2.3</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>2.3</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<version>2.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>2.4</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<version>2.4.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>2.1.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>2.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
<version>2.1-beta-1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<version>2.2-beta-4</version>
</plugin>
</plugins>
</pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-clover-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>versions-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
<profiles>
<profile>
<id>release</id>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.0</version>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
<configuration>
<useAgent>${basher.gpg.use-agent}</useAgent>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
<profile>
<id>repos.basher</id>
<distributionManagement>
<repository>
<id>sourceforge.net</id>
<url>scp://shell.sourceforge.net/home/groups/b/ba/basher/htdocs/repository</url>
</repository>
</distributionManagement>
</profile>
<profile>
<id>repos.sonatype.staging</id>
<distributionManagement>
<repository>
<id>sonatype.staging.releases.deploy</id>
<url>http://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>
</profile>
</profiles>
<reporting>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.6.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-clover-plugin</artifactId>
<version>2.4</version>
<configuration>
<licenseLocation>${basher.clover.license.file}</licenseLocation>
<jdk>1.5</jdk>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jxr-plugin</artifactId>
<version>2.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-pmd-plugin</artifactId>
<version>2.4</version>
<configuration>
<targetJdk>1.5</targetJdk>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-report-plugin</artifactId>
<version>2.4.3</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>versions-maven-plugin</artifactId>
<version>1.1</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>taglist-maven-plugin</artifactId>
<version>2.2</version>
<configuration>
<tags>
<tag>TODO</tag>
<tag>FIXME</tag>
<tag>REFACTOR</tag>
<tag>@todo</tag>
<tag>@deprecated</tag>
</tags>
</configuration>
</plugin>
</plugins>
</reporting>
</project>