-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[maven-release-plugin] prepare release plexus-interactivity-1.0-alpha-4
- Loading branch information
brett
committed
Oct 12, 2005
1 parent
e63b88b
commit a8212c7
Showing
6 changed files
with
748 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,241 @@ | ||
<project> | ||
<modelVersion>4.0.0</modelVersion> | ||
<groupId>org.codehaus.plexus</groupId> | ||
<artifactId>plexus-interactivity-api</artifactId> | ||
<name>Plexus Default Interactivity Handler</name> | ||
<version>1.0-alpha-4</version> | ||
<ciManagement> | ||
<notifiers> | ||
<notifier> | ||
<configuration> | ||
<address>[email protected]</address> | ||
</configuration> | ||
</notifier> | ||
<notifier> | ||
<type>irc</type> | ||
<configuration> | ||
<port>6667</port> | ||
<host>irc.codehaus.org</host> | ||
<channel>#plexus</channel> | ||
</configuration> | ||
</notifier> | ||
</notifiers> | ||
</ciManagement> | ||
<inceptionYear>2001</inceptionYear> | ||
<mailingLists> | ||
<mailingList> | ||
<name>Plexus Developer List</name> | ||
<subscribe>http://lists.codehaus.org/mailman/listinfo/plexus-dev</subscribe> | ||
<unsubscribe>http://lists.codehaus.org/mailman/listinfo/plexus-dev</unsubscribe> | ||
<archive>http://lists.codehaus.org/pipermail/plexus-dev/</archive> | ||
</mailingList> | ||
</mailingLists> | ||
<developers> | ||
<developer> | ||
<id>jvanzyl</id> | ||
<name>Jason van Zyl</name> | ||
<email>[email protected]</email> | ||
<organization>Zenplex</organization> | ||
<roles> | ||
<role>Developer</role> | ||
<role>Release Manager</role> | ||
</roles> | ||
</developer> | ||
<developer> | ||
<id>kaz</id> | ||
<name>Pete Kazmier</name> | ||
<email></email> | ||
<organization></organization> | ||
<roles> | ||
<role>Developer</role> | ||
</roles> | ||
</developer> | ||
<developer> | ||
<id>jtaylor</id> | ||
<name>James Taylor</name> | ||
<email>[email protected]</email> | ||
<organization></organization> | ||
<roles> | ||
<role>Developer</role> | ||
</roles> | ||
</developer> | ||
<developer> | ||
<id>dandiep</id> | ||
<name>Dan Diephouse</name> | ||
<email>[email protected]</email> | ||
<organization>Envoi solutions</organization> | ||
<roles> | ||
<role>Developer</role> | ||
</roles> | ||
</developer> | ||
<developer> | ||
<id>kasper</id> | ||
<name>Kasper Nielsen</name> | ||
<email>[email protected]</email> | ||
<organization></organization> | ||
<roles> | ||
<role>Developer</role> | ||
</roles> | ||
</developer> | ||
<developer> | ||
<id>bwalding</id> | ||
<name>Ben Walding</name> | ||
<email>[email protected]</email> | ||
<organization>Walding Consulting Services</organization> | ||
<roles> | ||
<role>Developer</role> | ||
</roles> | ||
</developer> | ||
<developer> | ||
<id>mhw</id> | ||
<name>Mark Wilkinson</name> | ||
<email>[email protected]</email> | ||
<roles> | ||
<role>Developer</role> | ||
</roles> | ||
</developer> | ||
<developer> | ||
<id>michal</id> | ||
<name>Michal Maczka</name> | ||
<email>[email protected]</email> | ||
<roles> | ||
<role>Developer</role> | ||
</roles> | ||
</developer> | ||
<developer> | ||
<id>evenisse</id> | ||
<name>Emmanuel Venisse</name> | ||
<email>[email protected]</email> | ||
<roles> | ||
<role>Developer</role> | ||
</roles> | ||
</developer> | ||
<developer> | ||
<id>trygvis</id> | ||
<name>Trygve Laugstøl</name> | ||
<email>[email protected]</email> | ||
<roles> | ||
<role>Developer</role> | ||
</roles> | ||
</developer> | ||
<developer> | ||
<id>kenney</id> | ||
<name>Kenney Westerhof</name> | ||
<email>[email protected]</email> | ||
<roles> | ||
<role>Developer</role> | ||
</roles> | ||
</developer> | ||
</developers> | ||
<scm> | ||
<connection>scm:svn:svn://svn.codehaus.org/plexus/scm/trunk/plexus-components/plexus-interactivity/plexus-interactivity-api</connection> | ||
<developerConnection>scm:svn:https://svn.codehaus.org/plexus/trunk/plexus-components/plexus-interactivity/plexus-interactivity-api</developerConnection> | ||
</scm> | ||
<organization> | ||
<name>Codehaus</name> | ||
<url>http://www.codehaus.org/</url> | ||
</organization> | ||
<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> | ||
<directory>src/main/resources</directory> | ||
</resource> | ||
</resources> | ||
<testResources> | ||
<testResource> | ||
<directory>src/test/resources</directory> | ||
</testResource> | ||
</testResources> | ||
<directory>target</directory> | ||
<plugins> | ||
<plugin> | ||
<artifactId>maven-release-plugin</artifactId> | ||
<configuration> | ||
<tagBase>https://svn.codehaus.org/plexus/tags</tagBase> | ||
</configuration> | ||
</plugin> | ||
</plugins> | ||
</build> | ||
<repositories> | ||
<repository> | ||
<releases> | ||
<enabled>false</enabled> | ||
</releases> | ||
<id>snapshots</id> | ||
<name>Maven Snapshot Development Repository</name> | ||
<url>http://snapshots.maven.codehaus.org/maven2</url> | ||
</repository> | ||
<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> | ||
<enabled>false</enabled> | ||
</releases> | ||
<id>snapshots-plugins</id> | ||
<name>Maven Snapshot Plugins Development Repository</name> | ||
<url>http://snapshots.maven.codehaus.org/maven2</url> | ||
</pluginRepository> | ||
<pluginRepository> | ||
<snapshots> | ||
<enabled>false</enabled> | ||
</snapshots> | ||
<id>central</id> | ||
<name>Maven Plugin Repository</name> | ||
<url>http://repo1.maven.org/maven2</url> | ||
</pluginRepository> | ||
</pluginRepositories> | ||
<dependencies> | ||
<dependency> | ||
<groupId>org.codehaus.plexus</groupId> | ||
<artifactId>plexus-container-default</artifactId> | ||
<version>1.0-alpha-7</version> | ||
<scope>compile</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>junit</groupId> | ||
<artifactId>junit</artifactId> | ||
<version>3.8.1</version> | ||
<scope>test</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>classworlds</groupId> | ||
<artifactId>classworlds</artifactId> | ||
<version>1.1-alpha-2</version> | ||
<scope>compile</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>plexus</groupId> | ||
<artifactId>plexus-utils</artifactId> | ||
<version>1.0.2</version> | ||
<scope>compile</scope> | ||
</dependency> | ||
</dependencies> | ||
<reporting> | ||
<outputDirectory>target/site</outputDirectory> | ||
</reporting> | ||
<distributionManagement> | ||
<repository> | ||
<id>repo1</id> | ||
<name>Maven Central Repository</name> | ||
<url>scp://repo1.maven.org/home/projects/maven/repository-staging/to-ibiblio/maven2</url> | ||
</repository> | ||
<snapshotRepository> | ||
<id>snapshots</id> | ||
<name>Maven Central Development Repository</name> | ||
<url>scp://repo1.maven.org/home/projects/maven/repository-staging/snapshots/maven2</url> | ||
</snapshotRepository> | ||
</distributionManagement> | ||
</project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.