Skip to content

Commit

Permalink
cleaned up pom for manual release to sonatype/central
Browse files Browse the repository at this point in the history
  • Loading branch information
countvajhula committed Nov 10, 2012
1 parent 7743d5b commit 3480413
Showing 1 changed file with 1 addition and 33 deletions.
34 changes: 1 addition & 33 deletions pom.xml
Expand Up @@ -12,7 +12,7 @@
<groupId>com.countvajhula</groupId>
<artifactId>pilot</artifactId>
<name>Pilot</name>
<version>1.1-SNAPSHOT</version>
<version>1.0</version>
<packaging>jar</packaging>
<url>https://github.com/countvajhula/pilot</url>
<description>A graph database operator</description>
Expand Down Expand Up @@ -197,38 +197,6 @@
</target>
</configuration>
</execution>
<execution>
<id>groovydocdeploy</id>
<phase>compile</phase>
<goals>
<goal>run</goal>
</goals>
<configuration>
<target>
<taskdef name="groovydoc" classname="org.codehaus.groovy.ant.Groovydoc" classpathref="maven.compile.classpath" />
<groovydoc destdir="${project.reporting.outputDirectory}/groovydoc" sourcepath="${basedir}/src/main/groovy" use="true" windowtitle="${project.name}" doctitle="${project.name}">
<link packages="java.,org.xml.,javax.,org.xml." href="http://download.oracle.com/javase/6/docs/api" />
<link packages="org.apache.tools.ant." href="http://evgeny-goldin.org/javadoc/ant/api" />
<link packages="org.junit.,junit.framework." href="http://kentbeck.github.com/junit/javadoc/latest" />
<link packages="groovy.,org.codehaus.groovy." href="http://groovy.codehaus.org/api/" />
<link packages="org.codehaus.gmaven." href="http://evgeny-goldin.org/javadoc/gmaven" />
</groovydoc>
</target>
</configuration>
</execution>
<execution>
<id>groovydocjardeploy</id>
<phase>compile</phase>
<goals>
<goal>run</goal>
</goals>
<configuration>
<target name="jar">
<jar destfile="${project.build.directory}/${project.artifactId}-${project.version}-javadoc.jar" basedir="${project.reporting.outputDirectory}/groovydoc">
</jar>
</target>
</configuration>
</execution>
<!--
<execution>
<id>removedocfiles</id>
Expand Down

0 comments on commit 3480413

Please sign in to comment.