nexus-m2settings-maven-plugin
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.sonatype.plugins</groupId> <artifactId>nexus-m2settings-maven-plugin</artifactId> <version>1.7.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <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"> <parent> <artifactId>nexus-m2settings</artifactId> <groupId>org.sonatype.nexus.maven</groupId> <version>1.7.0</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.sonatype.plugins</groupId> <artifactId>nexus-m2settings-maven-plugin</artifactId> <packaging>maven-plugin</packaging> <name>Nexus M2-Settings Maven Plugin</name> <description>Provides support to download m2-settings templates from a remote Nexus Professional server.</description> <build> <plugins> <plugin> <artifactId>maven-plugin-plugin</artifactId> <executions> <execution> <goals> <goal>descriptor</goal> <goal>helpmojo</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-component-metadata</artifactId> <executions> <execution> <id>merge</id> <goals> <goal>merge-metadata</goal> </goals> <configuration> <descriptors> <descriptor>${project.build.directory}/components.xml</descriptor> <descriptor>${project.basedir}/src/main/resources/META-INF/shaded-components.xml</descriptor> </descriptors> </configuration> </execution> </executions> </plugin> <plugin> <artifactId>maven-shade-plugin</artifactId> <executions> <execution> <phase>package</phase> <goals> <goal>shade</goal> </goals> <configuration> <artifactSet> <includes> <include>org.slf4j:slf4j-api</include> <include>org.sonatype.plexus:plexus-sec-dispatcher</include> <include>org.sonatype.plexus:plexus-cipher</include> <include>com.sonatype.nexus.plugins:nexus-m2-settings-template-model</include> <include>com.sonatype.nexus.plugins:nexus-m2-settings-template-client</include> <include>com.sonatype.nexus.plugins:nexus-usertoken-model</include> <include>com.sonatype.nexus.plugins:nexus-usertoken-client</include> <include>org.sonatype.sisu.jacksbee:jacksbee-runtime</include> </includes> </artifactSet> <relocations> <relocation> <pattern>org.sonatype.plexus.components.sec.dispatcher</pattern> <shadedPattern>org.sonatype.plexus.components.sec.dispatcher.shaded</shadedPattern> <excludes> <exclude>org.sonatype.plexus.components.sec.dispatcher.SecDispatcher</exclude> </excludes> </relocation> <relocation> <pattern>org.sonatype.plexus.components.cipher</pattern> <shadedPattern>org.sonatype.plexus.components.cipher.shaded</shadedPattern> </relocation> </relocations> </configuration> </execution> </executions> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>animal-sniffer-maven-plugin</artifactId> </plugin> </plugins> </build> <dependencies> <dependency> <groupId>org.sonatype.gossip</groupId> <artifactId>gossip-bootstrap</artifactId> <version>1.8</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-plugin-api</artifactId> <version>3.0.4</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-core</artifactId> <version>3.0.4</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-model</artifactId> <version>3.0.4</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.maven.plugin-tools</groupId> <artifactId>maven-plugin-annotations</artifactId> <version>3.2</version> <scope>provided</scope> </dependency> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>14.0.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>jline</groupId> <artifactId>jline</artifactId> <version>2.14.6</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-interpolation</artifactId> <version>1.15</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.sonatype.nexus</groupId> <artifactId>nexus-client-core</artifactId> <version>2.15.1-02</version> <scope>compile</scope> <exclusions> <exclusion> <artifactId>plexus-utils</artifactId> <groupId>org.codehaus.plexus</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>commons-beanutils</groupId> <artifactId>commons-beanutils</artifactId> <version>1.9.4</version> <scope>compile</scope> <exclusions> <exclusion> <artifactId>commons-logging</artifactId> <groupId>commons-logging</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>com.intellij</groupId> <artifactId>annotations</artifactId> <version>9.0.4</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-simple</artifactId> <version>1.7.36</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.sonatype.sisu.litmus</groupId> <artifactId>litmus-testsupport</artifactId> <version>1.9</version> <scope>test</scope> <exclusions> <exclusion> <artifactId>logback-classic</artifactId> <groupId>ch.qos.logback</groupId> </exclusion> <exclusion> <artifactId>gossip-support</artifactId> <groupId>org.sonatype.gossip</groupId> </exclusion> <exclusion> <artifactId>cucumber-junit</artifactId> <groupId>info.cukes</groupId> </exclusion> <exclusion> <artifactId>cucumber-guice</artifactId> <groupId>info.cukes</groupId> </exclusion> <exclusion> <artifactId>junit</artifactId> <groupId>junit</groupId> </exclusion> <exclusion> <artifactId>contiperf</artifactId> <groupId>org.databene</groupId> </exclusion> <exclusion> <artifactId>hamcrest-core</artifactId> <groupId>org.hamcrest</groupId> </exclusion> <exclusion> <artifactId>hamcrest-library</artifactId> <groupId>org.hamcrest</groupId> </exclusion> <exclusion> <artifactId>fest-assert-core</artifactId> <groupId>org.easytesting</groupId> </exclusion> <exclusion> <artifactId>java-diff</artifactId> <groupId>org.incava</groupId> </exclusion> <exclusion> <artifactId>objenesis</artifactId> <groupId>org.objenesis</groupId> </exclusion> <exclusion> <artifactId>mockito-core</artifactId> <groupId>org.mockito</groupId> </exclusion> <exclusion> <artifactId>powermock-module-junit4</artifactId> <groupId>org.powermock</groupId> </exclusion> <exclusion> <artifactId>powermock-api-mockito</artifactId> <groupId>org.powermock</groupId> </exclusion> <exclusion> <artifactId>powermock-module-junit4-rule</artifactId> <groupId>org.powermock</groupId> </exclusion> <exclusion> <artifactId>powermock-classloading-xstream</artifactId> <groupId>org.powermock</groupId> </exclusion> </exclusions> </dependency> </dependencies> <reporting> <plugins> <plugin> <artifactId>maven-plugin-plugin</artifactId> <version>${maven-plugin-plugin.version}</version> </plugin> </plugins> </reporting> <properties> <clm.applicationId>nexus-maven-plugins-m2settings</clm.applicationId> <clm.skip>false</clm.skip> </properties> </project>