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@2879 2aa8b3fc-8ebb-4439-a84f-95066eaea8ab
  • Loading branch information
mpowers committed Jan 5, 2009
2 parents d9ea828 + 204ada4 commit 35a82e3
Showing 1 changed file with 0 additions and 56 deletions.
56 changes: 0 additions & 56 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -115,24 +115,6 @@
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-component-metadata</artifactId>
</plugin>

<!-- 1.4 jar -->
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>retrotranslator-maven-plugin</artifactId>
<version>1.0-alpha-3</version>
<executions>
<execution>
<goals>
<goal>translate-project</goal>
</goals>
<configuration>
<classifier>jdk14</classifier>
<attach>true</attach>
</configuration>
</execution>
</executions>
</plugin>

<plugin>
<artifactId>maven-surefire-plugin</artifactId>
Expand All @@ -146,44 +128,6 @@
<artifactId>maven-shade-plugin</artifactId>
<version>1.2</version>
<executions>
<execution>
<id>jdk14</id>
<phase>package</phase>
<goals>
<goal>shade</goal>
</goals>
<configuration>
<shadedArtifactAttached>true</shadedArtifactAttached>
<shadedClassifierName>cli-jdk14</shadedClassifierName>
<createDependencyReducedPom>false</createDependencyReducedPom>
<keepDependenciesWithProvidedScope>true</keepDependenciesWithProvidedScope>
<transformers>
<transformer implementation="org.apache.maven.plugins.shade.resource.ComponentsXmlResourceTransformer" />
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<mainClass>org.sonatype.nexus.index.cli.NexusIndexerCli</mainClass>
</transformer>
</transformers>
<artifactSet>
<includes>
<include>aspectj:aspectjrt</include>
<include>net.sf.retrotranslator:retrotranslator-runtime</include>
<include>backport-util-concurrent:backport-util-concurrent</include>
<include>commons-cli:commons-cli</include>
<include>net.sf.retrotranslator:retrotranslator-runtime</include>
<include>org.apache.lucene:lucene-core</include>
<include>org.apache.maven.artifact:maven-artifact</include>
<include>org.apache.maven:maven-model</include>
<include>org.apache.maven:maven-plugin-descriptor</include>
<include>org.apache.maven:maven-project</include>
<include>org.apache.xbean:xbean-reflect</include>
<include>org.codehaus.plexus:plexus-classworlds</include>
<include>org.codehaus.plexus:plexus-cli</include>
<include>org.codehaus.plexus:plexus-container-default</include>
<include>org.codehaus.plexus:plexus-utils</include>
</includes>
</artifactSet>
</configuration>
</execution>
<execution>
<id>jdk15</id>
<phase>package</phase>
Expand Down

0 comments on commit 35a82e3

Please sign in to comment.