Skip to content

Commit

Permalink
Use source:jar, not source:jar-no-fork.
Browse files Browse the repository at this point in the history
Also removing prerequisites/maven to avoid a warning.
  • Loading branch information
jglick committed Jul 28, 2017
1 parent 33c9415 commit caa4b41
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,6 @@

<mailingLists />

<prerequisites>
<maven>3.0.4</maven>
</prerequisites>

<scm>
<connection>scm:git:git://github.com/cloudbees/cloudbees-oss-parent.git</connection>
<developerConnection>scm:git:ssh://git@github.com/cloudbees/cloudbees-oss-parent.git</developerConnection>
Expand Down Expand Up @@ -258,7 +254,7 @@
<execution>
<id>attach-sources</id>
<goals>
<goal>jar-no-fork</goal>
<goal>jar</goal>
</goals>
</execution>
</executions>
Expand Down

0 comments on commit caa4b41

Please sign in to comment.