Skip to content
This repository has been archived by the owner on Aug 11, 2020. It is now read-only.

Commit

Permalink
[maven-release-plugin] copy for tag plx-maven-plugin-1.2
Browse files Browse the repository at this point in the history
git-svn-id: file:///opt/svn/repositories/sonatype.org/plugins/tags/plx-maven-plugin-1.2@62 c2a14038-686d-4adc-8740-a14e5738cb64
  • Loading branch information
brianf committed Aug 9, 2008
1 parent 51bbc4f commit e6c480b
Showing 1 changed file with 84 additions and 94 deletions.
178 changes: 84 additions & 94 deletions pom.xml
@@ -1,95 +1,85 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
/**
* Copyright (C) 2008 Sonatype Inc.
* Sonatype Inc, licenses this file to you 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 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.sonatype.plugins</groupId>
<artifactId>plugins-parent</artifactId>
<version>1</version>
</parent>
<groupId>org.sonatype.plugins</groupId>
<artifactId>plx-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
<version>1.2-SNAPSHOT</version>
<name>Sonatype Plexus Plugin</name>
<description>Boot up a Plexus container for any component for quick development. Very similar in nature to the jetty:run incarnation.</description>

<properties>
<maven.version>2.1-SONATYPE-653485</maven.version>
<maven.artifact.version>3.0-SONATYPE-653272</maven.artifact.version>
</properties>

<dependencies>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>1.5.1</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-plugin-api</artifactId>
<version>${maven.version}</version>
</dependency>
<dependency>
<groupId>org.apache.maven.artifact</groupId>
<artifactId>maven-artifact</artifactId>
<version>${maven.artifact.version}</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-core</artifactId>
<version>${maven.version}</version>
</dependency>
<dependency>
<groupId>org.sonatype.appbooter.plexus-booters</groupId>
<artifactId>plexus-app-booter</artifactId>
<version>1.3-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>velocity</groupId>
<artifactId>velocity</artifactId>
<version>1.5</version>
</dependency>

<dependency>
<groupId>org.sonatype.appbooter</groupId>
<artifactId>plexus-forked-app-booter</artifactId>
<version>1.3-SNAPSHOT</version>
</dependency>


</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-maven-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>descriptor</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>



<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>
<parent>
<groupId>org.sonatype.plugins</groupId>
<artifactId>plugins-parent</artifactId>
<version>2</version>
</parent>
<groupId>org.sonatype.plugins</groupId>
<artifactId>plx-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
<version>1.2</version>
<name>Sonatype Plexus Plugin</name>
<description>Boot up a Plexus container for any component for quick development. Very similar in nature to the jetty:run incarnation.</description>

<properties>
<maven.version>2.1-SONATYPE-653485</maven.version>
<maven.artifact.version>3.0-SONATYPE-653272</maven.artifact.version>
<appbooter.version>1.3</appbooter.version>
</properties>

<dependencies>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>1.5.1</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-plugin-api</artifactId>
<version>${maven.version}</version>
</dependency>
<dependency>
<groupId>org.apache.maven.artifact</groupId>
<artifactId>maven-artifact</artifactId>
<version>${maven.artifact.version}</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-core</artifactId>
<version>${maven.version}</version>
</dependency>
<dependency>
<groupId>org.sonatype.appbooter.plexus-booters</groupId>
<artifactId>plexus-app-booter</artifactId>
<version>${appbooter.version}</version>
</dependency>
<dependency>
<groupId>velocity</groupId>
<artifactId>velocity</artifactId>
<version>1.5</version>
</dependency>

<dependency>
<groupId>org.sonatype.appbooter</groupId>
<artifactId>plexus-forked-app-booter</artifactId>
<version>${appbooter.version}</version>
</dependency>


</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-maven-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>descriptor</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>




<scm>
<connection>scm:svn:http://svn.sonatype.org/plugins/tags/plx-maven-plugin-1.2</connection>
<developerConnection>scm:svn:https://svn.sonatype.org/plugins/tags/plx-maven-plugin-1.2</developerConnection>
<url>http://svn.sonatype.org/plugins/tags/plx-maven-plugin-1.2</url>
</scm>
</project>

0 comments on commit e6c480b

Please sign in to comment.