Skip to content

Commit

Permalink
Cleanup the pom + remove maven plugin dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Dohbedoh committed Jan 23, 2018
1 parent 1c6e554 commit c8317ee
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 32 deletions.
30 changes: 1 addition & 29 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,37 +34,9 @@
</dependency>
</dependencies>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<skipTests>true</skipTests>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<executions>
<execution>
<id>attach-javadocs</id>
<phase>package</phase>

<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>

</build>
<dependencies>
<dependency>
<groupId>org.jenkins-ci.main</groupId>
<artifactId>maven-plugin</artifactId>
<version>2.9</version>
</dependency>
</dependencies>

<developers>
<developer>
<id>ciroque</id>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@
import hudson.Extension;
import hudson.FilePath;
import hudson.FilePath.FileCallable;
import hudson.maven.AbstractMavenBuild;
import hudson.maven.MavenModuleSet;
import hudson.model.AbstractBuild;
import hudson.model.Descriptor;
import hudson.remoting.VirtualChannel;

Expand Down

0 comments on commit c8317ee

Please sign in to comment.