Fix for deploying to Sonatype

This commit is contained in:
Taro L. Saito 2012-09-11 14:10:39 +09:00
parent ce2fc726ea
commit bf456291a9
1 changed files with 0 additions and 9 deletions

View File

@ -141,15 +141,6 @@
<show>public</show>
<stylesheetfile>stylesheet.css</stylesheetfile>
</configuration>
<executions>
<execution>
<id>attach-javadocs</id>
<phase>verify</phase>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>