Skip to content

Commit

Permalink
Remove source and javadoc stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
mikera committed Oct 18, 2012
1 parent 41ba1aa commit d881262
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions pom.xml
Expand Up @@ -63,30 +63,6 @@
<target>1.6</target> <target>1.6</target>
</configuration> </configuration>
</plugin> </plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<executions>
<execution>
<id>attach-sources</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<executions>
<execution>
<id>attach-javadocs</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins> </plugins>


<resources> <resources>
Expand Down

0 comments on commit d881262

Please sign in to comment.