Skip to content

Instantly share code, notes, and snippets.

@xranby
Created June 27, 2013 20:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xranby/6397483496cd81ac0142 to your computer and use it in GitHub Desktop.
Save xranby/6397483496cd81ac0142 to your computer and use it in GitHub Desktop.
Nifty GUI Maven 2 quickfix.
diff --git a/nifty-controls/pom.xml b/nifty-controls/pom.xml
index 4519528..bea4a38 100644
--- a/nifty-controls/pom.xml
+++ b/nifty-controls/pom.xml
@@ -25,11 +25,11 @@
</dependencies>
<build>
<plugins>
- <plugin>
+ <!--<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>3.0-beta-3</version>
- </plugin>
+ </plugin>-->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
diff --git a/nifty-core/pom.xml b/nifty-core/pom.xml
index 041554b..bc498a2 100644
--- a/nifty-core/pom.xml
+++ b/nifty-core/pom.xml
@@ -74,11 +74,11 @@
</descriptors>
</configuration>
</plugin>
- <plugin>
+ <!--<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>3.0-beta-3</version>
- </plugin>
+ </plugin>-->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment