Skip to content

Commit

Permalink
Showing 2 changed files with 18 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pom.rb
Original file line number Diff line number Diff line change
@@ -289,6 +289,10 @@
build do
default_goal :deploy
end

plugin(:source, '2.1.2') do
execute_goals('jar-no-fork', :id => 'attach-sources')
end
end

profile 'single invoker test' do
14 changes: 14 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -835,6 +835,20 @@ DO NOT MODIFIY - GENERATED CODE
</activation>
<build>
<defaultGoal>deploy</defaultGoal>
<plugins>
<plugin>
<artifactId>maven-source-plugin</artifactId>
<version>2.1.2</version>
<executions>
<execution>
<id>attach-sources</id>
<goals>
<goal>jar-no-fork</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
<distributionManagement>
<repository>

0 comments on commit d912aa0

Please sign in to comment.