xj4
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.xj4</groupId>
<artifactId>xj4</artifactId>
<version>0.6</version>
</dependency><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.xj4</groupId>
<artifactId>xj4</artifactId>
<version>0.6</version>
<packaging>pom</packaging>
<name>Extensions for JUnit4</name>
<url>http://www.xj4.org/</url>
<description>
Extensions and addons for JUnit4.
</description>
<organization>
<name>Peach Jean Solutions</name>
<url>http://www.peachjean.com/</url>
</organization>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<connection>scm:svn:http://xj4.svn.sourceforge.net/svnroot/xj4/tags/xj4-0.6</connection>
<developerConnection>scm:svn:https://xj4.svn.sourceforge.net/svnroot/xj4/tags/xj4-0.6</developerConnection>
<url>http://xj4.svn.sourceforge.net/tags/xj4-0.6</url>
</scm>
<properties>
<jdk>1.5</jdk>
</properties>
<modules>
<module>core</module>
<module>modules</module>
<module>complete</module>
</modules>
<developers>
<developer>
<id>deraj123</id>
<name>Jared Bunting</name>
<email>jared.bunting@peachjean.com</email>
<organization>Peach Jean Solutions</organization>
<organizationUrl>http://www.peachjean.com/</organizationUrl>
<roles>
<role>developer</role>
</roles>
<timezone>-6</timezone>
</developer>
</developers>
<build>
<pluginManagement>
<plugins>
<plugin>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>2.2</version>
</plugin>
</plugins>
</pluginManagement>
<plugins>
<plugin>
<inherited>true</inherited>
<artifactId>maven-clean-plugin</artifactId>
<configuration>
<filesets>
<fileset>
<directory>.clover</directory>
</fileset>
<fileset>
<directory>test-output</directory>
</fileset>
<fileset>
<directory>${basedir}</directory>
<includes>
<include>*.log</include>
</includes>
</fileset>
</filesets>
</configuration>
</plugin>
<!-- compilation -->
<plugin>
<inherited>true</inherited>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>${jdk}</source>
<target>${jdk}</target>
</configuration>
</plugin>
<plugin>
<inherited>true</inherited>
<artifactId>maven-source-plugin</artifactId>
<executions>
<execution>
<id>attach-sources</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<inherited>true</inherited>
<artifactId>maven-assembly-plugin</artifactId>
<version>2.2-beta-1</version>
<configuration>
<descriptorRefs>
<descriptorRef>project</descriptorRef>
</descriptorRefs>
<descriptors>
<descriptor>src/assemble/bin.xml</descriptor>
</descriptors>
<archiverConfig>
<duplicateBehavior>skip</duplicateBehavior>
</archiverConfig>
</configuration>
</plugin>
<!-- releasing -->
<plugin>
<inherited>true</inherited>
<artifactId>maven-deploy-plugin</artifactId>
<configuration>
<updateReleaseInfo>true</updateReleaseInfo>
</configuration>
</plugin>
<!-- documentation -->
<plugin>
<inherited>true</inherited>
<artifactId>maven-site-plugin</artifactId>
<version>2.1.1</version>
<configuration>
<locales>en</locales>
</configuration>
</plugin>
<plugin>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>2.2</version>
</plugin>
<plugin>
<artifactId>maven-release-plugin</artifactId>
<configuration>
<releaseProfiles>release</releaseProfiles>
<autoVersionSubmodules>true</autoVersionSubmodules>
<goals>deploy site-deploy assembly:assembly <!-- deploy assembly --> </goals>
</configuration>
</plugin>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<linksource>true</linksource>
<links>
<link>http://java.sun.com/javase/6/docs/api/</link>
<link>http://junit.sourceforge.net/javadoc_40/</link>
<link>http://www.jmock.org/javadoc/2.0.0/</link>
</links>
<bottom>
<![CDATA[Copyright © {inceptionYear}-{currentYear} <a href="{organizationUrl}">{organizationName}</a>. All Rights Reserved.]]>
</bottom>
<tags>
<tag>
<name>TODO</name>
<placement>a</placement>
<head>To Do:</head>
</tag>
</tags>
</configuration>
</plugin>
</plugins>
</build>
<profiles>
<profile>
<id>release</id>
<build>
<plugins>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
</profiles>
<reporting>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jxr-plugin</artifactId>
<configuration>
<linkJavadoc>true</linkJavadoc>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>2.2</version>
</plugin>
</plugins>
</reporting>
<!--
NOTE: Must create a shell w/ sourceforge prior to running any deploy goals.
ssh USER,xj4@shell.sourceforge.net create
-->
<distributionManagement>
<repository>
<id>xj4-sf</id>
<url>scp://shell.sourceforge.net/home/groups/x/xj/xj4/htdocs/m2repo/releases</url>
</repository>
<snapshotRepository>
<id>xj4-sf</id>
<url>scp://shell.sourceforge.net/home/groups/x/xj/xj4/htdocs/m2repo/snapshots</url>
<uniqueVersion>false</uniqueVersion>
</snapshotRepository>
<site>
<id>xj4-sf</id>
<url>scp://shell.sourceforge.net/home/groups/x/xj/xj4/htdocs</url>
</site>
</distributionManagement>
<issueManagement>
<system>Sourceforge.net</system>
<url>https://sourceforge.net/tracker/?group_id=222813</url>
</issueManagement>
</project>