Skip to content

Instantly share code, notes, and snippets.

@ifedorenko
Created April 13, 2013 21:55
Show Gist options
  • Save ifedorenko/5380235 to your computer and use it in GitHub Desktop.
Save ifedorenko/5380235 to your computer and use it in GitHub Desktop.
diff --git a/pom.xml b/pom.xml
index 1040cb4..a74a8c7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,9 +10,9 @@
<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>io.tesla</groupId>
- <artifactId>tesla</artifactId>
- <version>4</version>
+ <groupId>com.sonatype.nexus</groupId>
+ <artifactId>nexus-plugin-parent</artifactId>
+ <version>2.4.0-09</version>
</parent>
<groupId>io.tesla.nexus.plugins</groupId>
@@ -39,6 +39,12 @@
<dependencies>
<dependency>
+ <groupId>org.sonatype.nexus</groupId>
+ <artifactId>nexus-plugin-api</artifactId>
+ <scope>provided</scope>
+ </dependency>
+
+ <dependency>
<groupId>org.sonatype.sisu</groupId>
<artifactId>sisu-inject-bean</artifactId>
<version>2.3.1</version>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment