[jruby-joni] 137/223: generate sources during build
Hideki Yamane
henrich at moszumanska.debian.org
Mon Nov 16 11:22:01 UTC 2015
This is an automated email from the git hooks/post-receive script.
henrich pushed a commit to branch debian/sid
in repository jruby-joni.
commit 051631c1d7378fbda35477d49ccc0dfa09693a37
Author: Douglas Campos <qmx at qmx.me>
Date: Sat Dec 29 15:56:18 2012 -0200
generate sources during build
---
pom.xml | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/pom.xml b/pom.xml
index e7f4799..58740a7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -126,6 +126,20 @@
</archive>
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-source-plugin</artifactId>
+ <version>2.1.2</version>
+ <executions>
+ <execution>
+ <id>attach-sources</id>
+ <phase>verify</phase>
+ <goals>
+ <goal>jar-no-fork</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
</plugins>
</build>
</project>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jruby-joni.git
More information about the pkg-java-commits
mailing list