Browse Source

Add sources jar to default built

pull/931/merge
Dave Syer 12 years ago
parent
commit
344fb4616d
  1. 24
      spring-boot-parent/pom.xml

24
spring-boot-parent/pom.xml

@ -410,6 +410,18 @@ @@ -410,6 +410,18 @@
<failOnMissingWebXml>false</failOnMissingWebXml>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<executions>
<execution>
<id>attach-sources</id>
<goals>
<goal>jar-no-fork</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
<profiles>
@ -472,18 +484,6 @@ @@ -472,18 +484,6 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<executions>
<execution>
<id>attach-sources</id>
<goals>
<goal>jar-no-fork</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
<pluginRepositories>

Loading…
Cancel
Save