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 nexus-indexer-1.1.2.3
Browse files Browse the repository at this point in the history
git-svn-id: file:///opt/svn/repositories/sonatype.org/nexus/tags/nexus-indexer-1.1.2.3@2766 2aa8b3fc-8ebb-4439-a84f-95066eaea8ab
  • Loading branch information
mpowers committed Dec 17, 2008
1 parent f679d38 commit 3abeae2
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion pom.xml
Expand Up @@ -10,7 +10,7 @@

<groupId>org.sonatype.nexus</groupId>
<artifactId>nexus-indexer</artifactId>
<version>1.1.2.3-SNAPSHOT</version>
<version>1.1.2.3</version>

<name>Sonatype Nexus: Indexer</name>

Expand Down Expand Up @@ -160,6 +160,7 @@
<goal>shade</goal>
</goals>
<configuration>
<shadedArtifactAttached>true</shadedArtifactAttached>
<finalName>nexus-indexer-${version}-cli-jdk14</finalName>
<createDependencyReducedPom>false</createDependencyReducedPom>
<keepDependenciesWithProvidedScope>true</keepDependenciesWithProvidedScope>
Expand Down Expand Up @@ -200,6 +201,7 @@
<finalName>nexus-indexer-${version}-cli-jdk15</finalName>
<createDependencyReducedPom>false</createDependencyReducedPom>
<keepDependenciesWithProvidedScope>true</keepDependenciesWithProvidedScope>
<shadedArtifactAttached>true</shadedArtifactAttached>
<transformers>
<transformer implementation="org.apache.maven.plugins.shade.resource.ComponentsXmlResourceTransformer" />
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
Expand Down Expand Up @@ -287,4 +289,10 @@
<timezone>-5</timezone>
</developer>
</developers>

<scm>
<connection>scm:svn:http://svn.sonatype.org/nexus/tags/nexus-indexer-1.1.2.3</connection>
<developerConnection>scm:svn:https://svn.sonatype.org/nexus/tags/nexus-indexer-1.1.2.3</developerConnection>
<url>http://svn.sonatype.org/nexus/tags/nexus-indexer-1.1.2.3</url>
</scm>
</project>

0 comments on commit 3abeae2

Please sign in to comment.