Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.debian.maint.java > #8764

Re: Help needed for gatk

Path csiph.com!eternal-september.org!feeder.eternal-september.org!aioe.org!bofh.it!news.nic.it!robomod
From Andreas Tille <andreas@an3as.eu>
Newsgroups linux.debian.maint.java
Subject Re: Help needed for gatk
Date Thu, 28 Jan 2016 16:30:02 +0100
Message-ID <qVWGe-5of-29@gated-at.bofh.it> (permalink)
References <qTj6h-2ML-1@gated-at.bofh.it> <qTjfY-2QP-9@gated-at.bofh.it> <qTjpE-39M-3@gated-at.bofh.it> <qTjzk-3d6-9@gated-at.bofh.it> <qTjJ0-3ho-9@gated-at.bofh.it> <qTk2n-3oR-45@gated-at.bofh.it> <qTklI-3M2-9@gated-at.bofh.it> <qVyXh-4EQ-15@gated-at.bofh.it> <qVHeb-2ip-27@gated-at.bofh.it>
X-Original-To Debian Java List <debian-java@lists.debian.org>
X-Mailbox-Line From debian-java-request@lists.debian.org Thu Jan 28 15:26:48 2016
Old-Return-Path <andreas@an3as.eu>
X-Amavis-Spam-Status No, score=-7.001 tagged_above=-10000 required=5.3 tests=[BAYES_00=-2, LDO_WHITELIST=-5, RP_MATCHES_RCVD=-0.001] autolearn=ham autolearn_force=no
X-Policyd-Weight using cached result; rate:hard: -6.1
MIME-Version 1.0
Content-Type text/plain; charset=iso-8859-1
Content-Disposition inline
Content-Transfer-Encoding 8bit
User-Agent Mutt/1.5.23 (2014-03-12)
X-Mailing-List <debian-java@lists.debian.org> archive/latest/19084
List-ID <debian-java.lists.debian.org>
List-URL <https://lists.debian.org/debian-java/>
List-Archive https://lists.debian.org/msgid-search/20160128152632.GK18926@an3as.eu
Approved robomod@news.nic.it
Lines 73
Organization linux.* mail to news gateway
Sender robomod@news.nic.it
X-Original-Cc Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
X-Original-Date Thu, 28 Jan 2016 16:26:32 +0100
X-Original-Message-ID <20160128152632.GK18926@an3as.eu>
X-Original-References <20160121084856.GG21410@an3as.eu> <alpine.DEB.2.20.1601210951030.31209@tglase.lan.tarent.de> <20160121090248.GI21410@an3as.eu> <alpine.DEB.2.20.1601211011430.31209@tglase.lan.tarent.de> <56A0A467.8000207@apache.org> <20160121094602.GJ21410@an3as.eu> <56A0ACD2.4000709@apache.org> <20160127140801.GG19241@an3as.eu> <1453935175.21909.27.camel@gmail.com>
Xref csiph.com linux.debian.maint.java:8764

Show key headers only | View raw


Hi Andrew,

On Wed, Jan 27, 2016 at 02:52:55PM -0800, Andrew Schurman wrote:
> On Wed, 2016-01-27 at 15:08 +0100, Andreas Tille wrote:
> > Reading "<goal>compile</goal>" and "<goal>link</goal>" would tell me
> > that these are not needed only for testing, right?
> 
> Don't confused <goal/> with <phase/>. Goals are named subroutines from
> the plugin. Phases are standard Maven names. If you prefer, goals tell
> Maven what to use and phases tells it when to build. Check out the
> build lifecycle [1] for more info. All of the test-y phases have `test`
> in their name.
> 
> Goals can also automatically bind to phases if <phase/> is omitted, in
> which case you'd have to check the plugin documentation to see exactly
> which phase its bound to.
> 
> It pretty safe to say the `compile` goal of the maven-scala-plugin
> binds to the compile phase, so this plugin is needed (it's just
> coincidence they are named the same). As for the maven-junction-plugin, 
> it's phase is set to none. So the plugin won't be used regardless of it
> listing the `link` goal. You just have to be careful that profile
> activations or other configuration don't change that phase on you, then
> it may actually be needed (config is merged).

Thanks for the helpful explanation.
 
> > Just to make sure I'm
> > heading in the right direction:
> > 
> >   scala: https://github.com/davidB/scala-maven-plugin
> >    (this seems to be outdated: http://scala-tools.org/mvnsites/maven-
> > scala-plugin/)
> 
> The one from scala-tools.org may appear to be outdated, but it is the
> plugin that's used. The one from github has a different groupId which
> means it could be a fork, a rewrite or something completely different.

As far as I understand its renamed by the same author.  When I try to
find the source of the old named project at

   http://scala-tools.org/mvnsites/maven-scala-plugin/source-repository.html

it leads to a 404 page at Github.  The author David Bernard has renamed
the project.

> It may be easier to stick with plugin that was actually used otherwise
> you'd have to maintain that change.

I perfectly agree - but I have no idea how to find the according source
code.  I feel a bit unsafe to checkout the new repository and checkout
the last commit with the old name.  Or may be I should write a d/watch
file containing


   https://github.com/davidB/scala-maven-plugin/releases?after=3.1.1 .*/archive/v*(2\.[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz)


which is a bit weak but fetches (at least at this point in time) the
latest version of scala-maven-plugin 2.x - which seems to be the old
version you were suggesting to use.

Kind regards

      Andreas.

> [1] https://maven.apache.org/guides/introduction/introduction-to-the-li
> fecycle.html



-- 
http://fam-tille.de

Back to linux.debian.maint.java | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

Help needed for gatk Andreas Tille <andreas@an3as.eu> - 2016-01-21 09:50 +0100
  Re: Help needed for gatk Thorsten Glaser <t.glaser@tarent.de> - 2016-01-21 10:00 +0100
    Re: Help needed for gatk Andreas Tille <andreas@an3as.eu> - 2016-01-21 10:10 +0100
      Re: Help needed for gatk gregor herrmann <gregoa@debian.org> - 2016-01-21 10:10 +0100
      Re: Help needed for gatk Thorsten Glaser <t.glaser@tarent.de> - 2016-01-21 10:20 +0100
        Re: Help needed for gatk Emmanuel Bourg <ebourg@apache.org> - 2016-01-21 10:30 +0100
          Re: Help needed for gatk Andreas Tille <andreas@an3as.eu> - 2016-01-21 10:50 +0100
            Re: Help needed for gatk Emmanuel Bourg <ebourg@apache.org> - 2016-01-21 11:10 +0100
              Re: Help needed for gatk Andreas Tille <andreas@an3as.eu> - 2016-01-27 15:10 +0100
                Re: Help needed for gatk Andrew Schurman <arcticwaters@gmail.com> - 2016-01-28 00:00 +0100
                Re: Help needed for gatk Andreas Tille <andreas@an3as.eu> - 2016-01-28 16:30 +0100
                Re: Help needed for gatk Andrew Schurman <arcticwaters@gmail.com> - 2016-01-29 19:50 +0100
                Re: Help needed for gatk Andreas Tille <andreas@an3as.eu> - 2016-01-29 22:40 +0100
                Packaging maven-scala-plugin (Was: Help needed for gatk) Andreas Tille <tille@debian.org> - 2016-01-28 19:40 +0100
                Re: Packaging maven-scala-plugin (Was: Help needed for gatk) Andreas Tille <andreas@an3as.eu> - 2016-01-30 15:00 +0100
                Re: Packaging maven-scala-plugin (Was: Help needed for gatk) Emmanuel Bourg <ebourg@apache.org> - 2016-01-30 15:50 +0100
                Re: Packaging maven-scala-plugin (Was: Help needed for gatk) Andreas Tille <andreas@an3as.eu> - 2016-01-30 18:10 +0100
                Re: Packaging maven-scala-plugin (Was: Help needed for gatk) Andrew Schurman <arcticwaters@gmail.com> - 2016-01-30 22:10 +0100
                Re: Packaging maven-scala-plugin (Was: Help needed for gatk) Andreas Tille <andreas@an3as.eu> - 2016-02-01 10:00 +0100
                Re: Packaging maven-scala-plugin (Was: Help needed for gatk) Andrew Schurman <arcticwaters@gmail.com> - 2016-02-01 12:10 +0100
                Re: Packaging maven-scala-plugin (Was: Help needed for gatk) Andreas Tille <andreas@an3as.eu> - 2016-02-01 12:20 +0100
                Re: Packaging maven-scala-plugin (Was: Help needed for gatk) Andrew Schurman <arcticwaters@gmail.com> - 2016-02-01 13:40 +0100
                Re: Packaging maven-scala-plugin (Was: Help needed for gatk) Emmanuel Bourg <ebourg@apache.org> - 2016-02-01 14:40 +0100
                Re: Packaging maven-scala-plugin (Was: Help needed for gatk) Andreas Tille <andreas@an3as.eu> - 2016-02-01 14:50 +0100
                Re: Packaging maven-scala-plugin (Was: Help needed for gatk) Andreas Tille <andreas@an3as.eu> - 2016-02-01 22:00 +0100
                Re: Packaging maven-scala-plugin (Was: Help needed for gatk) David Bernard <david.bernard.31@gmail.com> - 2016-02-01 23:10 +0100
                Re: Packaging maven-scala-plugin (Was: Help needed for gatk) Andreas Tille <andreas@fam-tille.de> - 2016-02-01 23:10 +0100
                Re: Packaging maven-scala-plugin (Was: Help needed for gatk) David Bernard <david.bernard.31@gmail.com> - 2016-02-01 23:20 +0100
                Re: Packaging maven-scala-plugin (Was: Help needed for gatk) Andreas Tille <andreas@an3as.eu> - 2016-02-01 14:40 +0100

csiph-web