[Debian-med-packaging] Help needed for gatk
Thorsten Glaser
t.glaser at tarent.de
Thu Jan 21 09:13:15 UTC 2016
On Thu, 21 Jan 2016, Andreas Tille wrote:
> Please try
>
> git clone ssh://git.debian.org/git/debian-med/gatk.git
OK, that works better.
Indeed, all those plugins are not versioned:
<plugin>
<groupId>org.scala-tools</groupId>
<artifactId>maven-scala-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>compile</goal>
<goal>testCompile</goal>
</goals>
</execution>
</executions>
</plugin>
(one example that actually fits on one screen page ;)
Add <version>something</version> behind </artifactId>
and have fun trying to figure out which version to use
(I normally run it with maven2 here, then look at its
output to see which versions it decides to automagically
use, then hardcode them in the POM, then check whether
it works with maven 3 and hack until it does).
bye,
//mirabilos
--
tarent solutions GmbH
Rochusstraße 2-4, D-53123 Bonn • http://www.tarent.de/
Tel: +49 228 54881-393 • Fax: +49 228 54881-235
HRB 5168 (AG Bonn) • USt-ID (VAT): DE122264941
Geschäftsführer: Dr. Stefan Barth, Kai Ebenrett, Boris Esser, Alexander Steeg
More information about the Debian-med-packaging
mailing list