Repository: servicemix-specs Updated Branches: refs/heads/master a1a804427 -> 49aead9dd
POM: Added creation of source jars to top-level pom. Project: http://git-wip-us.apache.org/repos/asf/servicemix-specs/repo Commit: http://git-wip-us.apache.org/repos/asf/servicemix-specs/commit/49aead9d Tree: http://git-wip-us.apache.org/repos/asf/servicemix-specs/tree/49aead9d Diff: http://git-wip-us.apache.org/repos/asf/servicemix-specs/diff/49aead9d Branch: refs/heads/master Commit: 49aead9dd10f03a4a9fe85b57b3bae730b9d1ffb Parents: a1a8044 Author: Darren Coleman <[email protected]> Authored: Wed Jun 28 11:15:10 2017 +0100 Committer: Darren Coleman <[email protected]> Committed: Wed Jun 28 11:15:10 2017 +0100 ---------------------------------------------------------------------- pom.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix-specs/blob/49aead9d/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index e46f515..ed8629f 100644 --- a/pom.xml +++ b/pom.xml @@ -280,6 +280,19 @@ </execution> </executions> </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-source-plugin</artifactId> + <version>3.0.1</version> + <executions> + <execution> + <id>attach-sources</id> + <goals> + <goal>jar</goal> + </goals> + </execution> + </executions> + </plugin> </plugins> </build>
