[ImageJ-devel] how does -Dscijava.enforce.skip work?

Mark Hiner hiner at wisc.edu
Mon Nov 17 10:14:22 CST 2014


Hi Tobias,

>I do not understand the reason why RequireReproducibleBuilds must be in
the core rules. Can you elaborate a bit more on this?

So, we wanted the default configuration of RequireReproducibleBuilds to
only fail by default on first party groupIds: pom-scijava tests
org.scijava, pom-imagej adds net.imagej, net.imglib2 and io.scif, and
pom-fiji adds sc.fiji.

Since the intent of this rule is to be configured by project-level poms, I
didn't want to hide that configuration in a profile (and at the time I
wasn't sure how overriding profile xml blocks worked).

>then the -Dscijava.enforce.skip is kind of useless, isn’t it?

There are other rules besides SNAPSHOT checking that are disabled by this
flag, but yes - it is kind of useless and overly clunky. It should have
just been removed in the last release, in favor of -Denforcer.skip.
Basically scijava.enforce.skip failed to provide its original intent:
granular control over individual rules.

scijava.enforce.skip will be removed in the next release. Use enforcer.skip
for local testing in the mean time.

Sorry for the confusion!
- Mark



On Mon, Nov 17, 2014 at 9:20 AM, Tobias Pietzsch <pietzsch at mpi-cbg.de>
wrote:

> Hi Mark,
>
> thanks for explaining.
>
> I know that I should not release the SNAPSHOT versions. I’m using this (as
> intended, I assume) to figure out things locally while working on several
> projects at the same time. I will bump dependencies to release versions
> when I release all of the stuff in order.
>
> I do not understand the reason why RequireReproducibleBuilds must be in
> the core rules. Can you elaborate a bit more on this?
> If it is in the core rules, then the -Dscijava.enforce.skip is kind of
> useless, isn’t it? Because the RequireReproducibleBuilds will catch anyway
> the stuff that the disabled RequireReleaseDeps would have caught?
>
> best regards,
> Tobias
>
> On 17 Nov 2014, at 15:24, Mark Hiner <hiner at wisc.edu> wrote:
>
> Hi Tobias,
>
>  I apologize for the confusion over enforcer skipping. I wanted to revise
> (and document) its operation last week but decided it wasn't critical to
> block pom-scijava 5.1 and its children.
>
>  In pom-scijava, there is maven-enforcer-plugin configuration in two
> places. The first is in the base <plugins> block. Rules defined in this
> block - let's call them core rules - will ALWAYS run.
>
>  The second definition is in profiles as you saw. These are supplementary
> rules. The profile is disabled if scijava.enforce.skip is set, causing the
> supplementary rules to not run. However, the core rules will still be
> executed.
>
>  enforcer.skip is a property defined in the Maven enforcer:enforce
> <http://maven.apache.org/enforcer/maven-enforcer-plugin/enforce-mojo.html>
> goal itself itself. This completely disables all enforcer activation.
>
>  Last week I created a RequireReproducibleBuilds
> <https://github.com/scijava/scijava-maven-plugin/blob/master/src/main/java/org/scijava/maven/plugin/RequireReproducibleBuilds.java>
> enforcer rule which does more thorough SNAPSHOT checking than the default
> Maven-enforcer rule set. I put its activation in the core rules instead of
> the supplementary, because each child of pom-scijava requires different
> configuration (different groupIds being checked).
>
>
>  I can only speculate that it is possible that the thorough, recursive
> nature of this check caused the additional dependencies to be downloaded. I
> would be interested in cross-checking the results of a "mvn dependency:tree
> -Dverbose" with what was downloaded - to see if unnecessary dependencies
> were some how downloaded.
>
>  Anyway, I assume subsequent runs will/did not require any downloads. The
> requireReproducibleBuilds rule is kind of slow with lots of dependencies,
> even without the downloads, but I will be adding some speed enhancements
> shortly.
>
>  I hope this clarifies the different skip flags for the enforcer
> configuration. That said, *you should not release if you have enforcer
> failures*. The skip flags are only intended for local testing, which is
> one of many reasons we have Jenkins deploy all of our projects
> <http://imagej.net/Fiji_contribution_requirements#Maven_artifacts> - so
> we ensure that these rules are not skipped. These failures indicate that
> the current state of BDV is unreproducible, due to a SNAPSHOT parent and
> direct dependency:
>
> > sc.fiji:spim_data:1.0.0-beta-3-SNAPSHOT
> > sc.fiji:pom-bigdataviewer:1.0.0-SNAPSHOT
>
> I assume something between runs, as your first list of SNAPSHOT
> dependencies was more exhaustive. Note that you did not get the duplicate
> class failure because that rule is declared in the scijava.enforce.skip
> profile.
>
>  Please let us know if anything here is unclear. Happy to Skype as well if
> that's easier.
>
> Best,
> Mark
>
> On Mon, Nov 17, 2014 at 7:27 AM, Tobias Pietzsch <pietzsch at mpi-cbg.de>
> wrote:
>
>>
>> On 17 Nov 2014, at 14:03, Tobias Pietzsch <pietzsch at mpi-cbg.de> wrote:
>>
>> After browsing the maven enforcer documentation
>> http://maven.apache.org/enforcer/maven-enforcer-plugin/enforce-mojo.html
>> I tried “mvn -Denforcer.skip" which worked.
>>
>> Then, I tried “mvn -Dscijava.enforcer.skip” and Maven starts downloading
>> *a lot* of stuff from maven.imagej.net. Absolutely crazy. Looks like
>> maybe everything that is on maven.imagej.net?
>> I’m still waiting for it to finish. I’ll let you know whether it works in
>> the end…
>>
>>
>> Hmm, no.
>> In the end it doesn’t work.
>> Here is the output (also showing the maven.image.net download as far
>> back as my terminal could remember…):
>>
>> Downloaded:
>> http://maven.imagej.net/content/groups/public/org/codehaus/cargo/cargo-core-api-container/0.8/cargo-core-api-container-0.8.pom
>> (2 KB at 3.1 KB/sec)
>> Downloading:
>> http://maven.imagej.net/content/repositories/releases/org/codehaus/cargo/cargo-core-api-module/0.8/cargo-core-api-module-0.8.pom
>> Downloading:
>> http://maven.imagej.net/content/repositories/snapshots/org/codehaus/cargo/cargo-core-api-module/0.8/cargo-core-api-module-0.8.pom
>> Downloading:
>> http://maven.imagej.net/content/groups/public/org/codehaus/cargo/cargo-core-api-module/0.8/cargo-core-api-module-0.8.pom
>> Downloaded:
>> http://maven.imagej.net/content/groups/public/org/codehaus/cargo/cargo-core-api-module/0.8/cargo-core-api-module-0.8.pom
>> (2 KB at 3.6 KB/sec)
>> Downloading:
>> http://maven.imagej.net/content/repositories/releases/org/codehaus/cargo/cargo-core-api-util/0.8/cargo-core-api-util-0.8.pom
>> Downloading:
>> http://maven.imagej.net/content/repositories/snapshots/org/codehaus/cargo/cargo-core-api-util/0.8/cargo-core-api-util-0.8.pom
>> Downloading:
>> http://maven.imagej.net/content/groups/public/org/codehaus/cargo/cargo-core-api-util/0.8/cargo-core-api-util-0.8.pom
>> Downloaded:
>> http://maven.imagej.net/content/groups/public/org/codehaus/cargo/cargo-core-api-util/0.8/cargo-core-api-util-0.8.pom
>> (837 B at 1.7 KB/sec)
>> Downloading:
>> http://maven.imagej.net/content/repositories/releases/ant/ant/1.5.4/ant-1.5.4.pom
>> Downloading:
>> http://maven.imagej.net/content/repositories/snapshots/ant/ant/1.5.4/ant-1.5.4.pom
>> Downloading:
>> http://maven.imagej.net/content/groups/public/ant/ant/1.5.4/ant-1.5.4.pom
>> Downloaded:
>> http://maven.imagej.net/content/groups/public/ant/ant/1.5.4/ant-1.5.4.pom
>> (140 B at 0.3 KB/sec)
>> Downloading:
>> http://maven.imagej.net/content/repositories/releases/xmlunit/xmlunit/1.0/xmlunit-1.0.pom
>> Downloading:
>> http://maven.imagej.net/content/repositories/snapshots/xmlunit/xmlunit/1.0/xmlunit-1.0.pom
>> Downloading:
>> http://maven.imagej.net/content/groups/public/xmlunit/xmlunit/1.0/xmlunit-1.0.pom
>> Downloaded:
>> http://maven.imagej.net/content/groups/public/xmlunit/xmlunit/1.0/xmlunit-1.0.pom
>> (146 B at 0.3 KB/sec)
>> Downloading:
>> http://maven.imagej.net/content/repositories/releases/org/apache/geronimo/specs/geronimo-j2ee-deployment_1.1_spec/1.0/geronimo-j2ee-deployment_1.1_spec-1.0.pom
>> Downloading:
>> http://maven.imagej.net/content/repositories/snapshots/org/apache/geronimo/specs/geronimo-j2ee-deployment_1.1_spec/1.0/geronimo-j2ee-deployment_1.1_spec-1.0.pom
>> Downloading:
>> http://maven.imagej.net/content/groups/public/org/apache/geronimo/specs/geronimo-j2ee-deployment_1.1_spec/1.0/geronimo-j2ee-deployment_1.1_spec-1.0.pom
>> Downloaded:
>> http://maven.imagej.net/content/groups/public/org/apache/geronimo/specs/geronimo-j2ee-deployment_1.1_spec/1.0/geronimo-j2ee-deployment_1.1_spec-1.0.pom
>> (190 B at 0.4 KB/sec)
>> Downloading:
>> http://maven.imagej.net/content/repositories/releases/org/codehaus/cargo/cargo-core-container-geronimo/0.8/cargo-core-container-geronimo-0.8.pom
>> Downloading:
>> http://maven.imagej.net/content/repositories/snapshots/org/codehaus/cargo/cargo-core-container-geronimo/0.8/cargo-core-container-geronimo-0.8.pom
>> Downloading:
>> http://maven.imagej.net/content/groups/public/org/codehaus/cargo/cargo-core-container-geronimo/0.8/cargo-core-container-geronimo-0.8.pom
>> Downloaded:
>> http://maven.imagej.net/content/groups/public/org/codehaus/cargo/cargo-core-container-geronimo/0.8/cargo-core-container-geronimo-0.8.pom
>> (703 B at 1.4 KB/sec)
>> Downloading:
>> http://maven.imagej.net/content/repositories/releases/org/codehaus/cargo/cargo-core-containers/0.8/cargo-core-containers-0.8.pom
>> Downloading:
>> http://maven.imagej.net/content/repositories/snapshots/org/codehaus/cargo/cargo-core-containers/0.8/cargo-core-containers-0.8.pom
>> Downloading:
>> http://maven.imagej.net/content/groups/public/org/codehaus/cargo/cargo-core-containers/0.8/cargo-core-containers-0.8.pom
>> Downloaded:
>> http://maven.imagej.net/content/groups/public/org/codehaus/cargo/cargo-core-containers/0.8/cargo-core-containers-0.8.pom
>> (2 KB at 2.7 KB/sec)
>> Downloading:
>> http://maven.imagej.net/content/repositories/releases/org/codehaus/cargo/cargo-core-container-jboss/0.8/cargo-core-container-jboss-0.8.pom
>> Downloading:
>> http://maven.imagej.net/content/repositories/snapshots/org/codehaus/cargo/cargo-core-container-jboss/0.8/cargo-core-container-jboss-0.8.pom
>> Downloading:
>> http://maven.imagej.net/content/groups/public/org/codehaus/cargo/cargo-core-container-jboss/0.8/cargo-core-container-jboss-0.8.pom
>> Downloaded:
>> http://maven.imagej.net/content/groups/public/org/codehaus/cargo/cargo-core-container-jboss/0.8/cargo-core-container-jboss-0.8.pom
>> (691 B at 1.3 KB/sec)
>> Downloading:
>> http://maven.imagej.net/content/repositories/releases/org/codehaus/cargo/cargo-core-container-jetty/0.8/cargo-core-container-jetty-0.8.pom
>> Downloading:
>> http://maven.imagej.net/content/repositories/snapshots/org/codehaus/cargo/cargo-core-container-jetty/0.8/cargo-core-container-jetty-0.8.pom
>> Downloading:
>> http://maven.imagej.net/content/groups/public/org/codehaus/cargo/cargo-core-container-jetty/0.8/cargo-core-container-jetty-0.8.pom
>> Downloaded:
>> http://maven.imagej.net/content/groups/public/org/codehaus/cargo/cargo-core-container-jetty/0.8/cargo-core-container-jetty-0.8.pom
>> (691 B at 1.4 KB/sec)
>> Downloading:
>> http://maven.imagej.net/content/repositories/releases/org/codehaus/cargo/cargo-core-container-jo/0.8/cargo-core-container-jo-0.8.pom
>> Downloading:
>> http://maven.imagej.net/content/repositories/snapshots/org/codehaus/cargo/cargo-core-container-jo/0.8/cargo-core-container-jo-0.8.pom
>> Downloading:
>> http://maven.imagej.net/content/groups/public/org/codehaus/cargo/cargo-core-container-jo/0.8/cargo-core-container-jo-0.8.pom
>> Downloaded:
>> http://maven.imagej.net/content/groups/public/org/codehaus/cargo/cargo-core-container-jo/0.8/cargo-core-container-jo-0.8.pom
>> (681 B at 1.5 KB/sec)
>> Downloading:
>> http://maven.imagej.net/content/repositories/releases/org/codehaus/cargo/cargo-core-container-resin/0.8/cargo-core-container-resin-0.8.pom
>> Downloading:
>> http://maven.imagej.net/content/repositories/snapshots/org/codehaus/cargo/cargo-core-container-resin/0.8/cargo-core-container-resin-0.8.pom
>> Downloading:
>> http://maven.imagej.net/content/groups/public/org/codehaus/cargo/cargo-core-container-resin/0.8/cargo-core-container-resin-0.8.pom
>> Downloaded:
>> http://maven.imagej.net/content/groups/public/org/codehaus/cargo/cargo-core-container-resin/0.8/cargo-core-container-resin-0.8.pom
>> (691 B at 1.4 KB/sec)
>> Downloading:
>> http://maven.imagej.net/content/repositories/releases/org/codehaus/cargo/cargo-core-container-tomcat/0.8/cargo-core-container-tomcat-0.8.pom
>> Downloading:
>> http://maven.imagej.net/content/repositories/snapshots/org/codehaus/cargo/cargo-core-container-tomcat/0.8/cargo-core-container-tomcat-0.8.pom
>> Downloading:
>> http://maven.imagej.net/content/groups/public/org/codehaus/cargo/cargo-core-container-tomcat/0.8/cargo-core-container-tomcat-0.8.pom
>> Downloaded:
>> http://maven.imagej.net/content/groups/public/org/codehaus/cargo/cargo-core-container-tomcat/0.8/cargo-core-container-tomcat-0.8.pom
>> (695 B at 1.3 KB/sec)
>> Downloading:
>> http://maven.imagej.net/content/repositories/releases/org/codehaus/cargo/cargo-core-container-orion/0.8/cargo-core-container-orion-0.8.pom
>> Downloading:
>> http://maven.imagej.net/content/repositories/snapshots/org/codehaus/cargo/cargo-core-container-orion/0.8/cargo-core-container-orion-0.8.pom
>> Downloading:
>> http://maven.imagej.net/content/groups/public/org/codehaus/cargo/cargo-core-container-orion/0.8/cargo-core-container-orion-0.8.pom
>> Downloaded:
>> http://maven.imagej.net/content/groups/public/org/codehaus/cargo/cargo-core-container-orion/0.8/cargo-core-container-orion-0.8.pom
>> (691 B at 1.5 KB/sec)
>> Downloading:
>> http://maven.imagej.net/content/repositories/releases/org/codehaus/cargo/cargo-core-container-weblogic/0.8/cargo-core-container-weblogic-0.8.pom
>> Downloading:
>> http://maven.imagej.net/content/repositories/snapshots/org/codehaus/cargo/cargo-core-container-weblogic/0.8/cargo-core-container-weblogic-0.8.pom
>> Downloading:
>> http://maven.imagej.net/content/groups/public/org/codehaus/cargo/cargo-core-container-weblogic/0.8/cargo-core-container-weblogic-0.8.pom
>> Downloaded:
>> http://maven.imagej.net/content/groups/public/org/codehaus/cargo/cargo-core-container-weblogic/0.8/cargo-core-container-weblogic-0.8.pom
>> (703 B at 1.5 KB/sec)
>> Downloading:
>> http://maven.imagej.net/content/repositories/releases/org/codehaus/cargo/cargo-ant/0.8/cargo-ant-0.8.pom
>> Downloading:
>> http://maven.imagej.net/content/repositories/snapshots/org/codehaus/cargo/cargo-ant/0.8/cargo-ant-0.8.pom
>> Downloading:
>> http://maven.imagej.net/content/groups/public/org/codehaus/cargo/cargo-ant/0.8/cargo-ant-0.8.pom
>> Downloaded:
>> http://maven.imagej.net/content/groups/public/org/codehaus/cargo/cargo-ant/0.8/cargo-ant-0.8.pom
>> (626 B at 1.3 KB/sec)
>> Downloading:
>> http://maven.imagej.net/content/repositories/releases/org/codehaus/cargo/cargo-extensions/0.8/cargo-extensions-0.8.pom
>> Downloading:
>> http://maven.imagej.net/content/repositories/snapshots/org/codehaus/cargo/cargo-extensions/0.8/cargo-extensions-0.8.pom
>> Downloading:
>> http://maven.imagej.net/content/groups/public/org/codehaus/cargo/cargo-extensions/0.8/cargo-extensions-0.8.pom
>> Downloaded:
>> http://maven.imagej.net/content/groups/public/org/codehaus/cargo/cargo-extensions/0.8/cargo-extensions-0.8.pom
>> (3 KB at 5.6 KB/sec)
>> Downloading:
>> http://maven.imagej.net/content/repositories/releases/org/apache/tiles/tiles-jsp/2.0.6/tiles-jsp-2.0.6.pom
>> Downloading:
>> http://maven.imagej.net/content/repositories/snapshots/org/apache/tiles/tiles-jsp/2.0.6/tiles-jsp-2.0.6.pom
>> Downloading:
>> http://maven.imagej.net/content/groups/public/org/apache/tiles/tiles-jsp/2.0.6/tiles-jsp-2.0.6.pom
>> Downloaded:
>> http://maven.imagej.net/content/groups/public/org/apache/tiles/tiles-jsp/2.0.6/tiles-jsp-2.0.6.pom
>> (6 KB at 10.2 KB/sec)
>> Downloading:
>> http://maven.imagej.net/content/repositories/releases/org/hibernate/hibernate/3.2.6.ga/hibernate-3.2.6.ga.pom
>> Downloading:
>> http://maven.imagej.net/content/repositories/snapshots/org/hibernate/hibernate/3.2.6.ga/hibernate-3.2.6.ga.pom
>> Downloading:
>> http://maven.imagej.net/content/groups/public/org/hibernate/hibernate/3.2.6.ga/hibernate-3.2.6.ga.pom
>> Downloaded:
>> http://maven.imagej.net/content/groups/public/org/hibernate/hibernate/3.2.6.ga/hibernate-3.2.6.ga.pom
>> (4 KB at 7.5 KB/sec)
>> Downloading:
>> http://maven.imagej.net/content/repositories/releases/c3p0/c3p0/0.9.1/c3p0-0.9.1.pom
>> Downloading:
>> http://maven.imagej.net/content/repositories/snapshots/c3p0/c3p0/0.9.1/c3p0-0.9.1.pom
>> Downloading:
>> http://maven.imagej.net/content/groups/public/c3p0/c3p0/0.9.1/c3p0-0.9.1.pom
>> Downloaded:
>> http://maven.imagej.net/content/groups/public/c3p0/c3p0/0.9.1/c3p0-0.9.1.pom
>> (854 B at 1.8 KB/sec)
>> Downloading:
>> http://maven.imagej.net/content/repositories/releases/org/hibernate/hibernate-entitymanager/3.3.2.GA/hibernate-entitymanager-3.3.2.GA.pom
>> Downloading:
>> http://maven.imagej.net/content/repositories/snapshots/org/hibernate/hibernate-entitymanager/3.3.2.GA/hibernate-entitymanager-3.3.2.GA.pom
>> Downloading:
>> http://maven.imagej.net/content/groups/public/org/hibernate/hibernate-entitymanager/3.3.2.GA/hibernate-entitymanager-3.3.2.GA.pom
>> Downloaded:
>> http://maven.imagej.net/content/groups/public/org/hibernate/hibernate-entitymanager/3.3.2.GA/hibernate-entitymanager-3.3.2.GA.pom
>> (2 KB at 3.4 KB/sec)
>> Downloading:
>> http://maven.imagej.net/content/repositories/releases/org/hibernate/hibernate-annotations/3.3.1.GA/hibernate-annotations-3.3.1.GA.pom
>> Downloading:
>> http://maven.imagej.net/content/repositories/snapshots/org/hibernate/hibernate-annotations/3.3.1.GA/hibernate-annotations-3.3.1.GA.pom
>> Downloading:
>> http://maven.imagej.net/content/groups/public/org/hibernate/hibernate-annotations/3.3.1.GA/hibernate-annotations-3.3.1.GA.pom
>> Downloaded:
>> http://maven.imagej.net/content/groups/public/org/hibernate/hibernate-annotations/3.3.1.GA/hibernate-annotations-3.3.1.GA.pom
>> (2 KB at 2.6 KB/sec)
>> Downloading:
>> http://maven.imagej.net/content/repositories/releases/org/hibernate/hibernate-commons-annotations/3.0.0.ga/hibernate-commons-annotations-3.0.0.ga.pom
>> Downloading:
>> http://maven.imagej.net/content/repositories/snapshots/org/hibernate/hibernate-commons-annotations/3.0.0.ga/hibernate-commons-annotations-3.0.0.ga.pom
>> Downloading:
>> http://maven.imagej.net/content/groups/public/org/hibernate/hibernate-commons-annotations/3.0.0.ga/hibernate-commons-annotations-3.0.0.ga.pom
>> Downloaded:
>> http://maven.imagej.net/content/groups/public/org/hibernate/hibernate-commons-annotations/3.0.0.ga/hibernate-commons-annotations-3.0.0.ga.pom
>> (2 KB at 2.9 KB/sec)
>> Downloading:
>> http://maven.imagej.net/content/repositories/releases/org/hibernate/ejb3-persistence/1.0.1.GA/ejb3-persistence-1.0.1.GA.pom
>> Downloading:
>> http://maven.imagej.net/content/repositories/snapshots/org/hibernate/ejb3-persistence/1.0.1.GA/ejb3-persistence-1.0.1.GA.pom
>> Downloading:
>> http://maven.imagej.net/content/groups/public/org/hibernate/ejb3-persistence/1.0.1.GA/ejb3-persistence-1.0.1.GA.pom
>> Downloaded:
>> http://maven.imagej.net/content/groups/public/org/hibernate/ejb3-persistence/1.0.1.GA/ejb3-persistence-1.0.1.GA.pom
>> (549 B at 1.2 KB/sec)
>> Downloading:
>> http://maven.imagej.net/content/repositories/releases/opensymphony/quartz-all/1.6.0/quartz-all-1.6.0.pom
>> Downloading:
>> http://maven.imagej.net/content/repositories/snapshots/opensymphony/quartz-all/1.6.0/quartz-all-1.6.0.pom
>> Downloading:
>> http://maven.imagej.net/content/groups/public/opensymphony/quartz-all/1.6.0/quartz-all-1.6.0.pom
>> Downloading:
>> http://repo.maven.apache.org/maven2/opensymphony/quartz-all/1.6.0/quartz-all-1.6.0.pom
>> Downloading:
>> http://maven.imagej.net/content/repositories/releases/tomcat/catalina/5.5.23/catalina-5.5.23.pom
>> Downloading:
>> http://maven.imagej.net/content/repositories/snapshots/tomcat/catalina/5.5.23/catalina-5.5.23.pom
>> Downloading:
>> http://maven.imagej.net/content/groups/public/tomcat/catalina/5.5.23/catalina-5.5.23.pom
>> Downloaded:
>> http://maven.imagej.net/content/groups/public/tomcat/catalina/5.5.23/catalina-5.5.23.pom
>> (5 KB at 10.0 KB/sec)
>> Downloading:
>> http://maven.imagej.net/content/repositories/releases/tomcat/tomcat-parent/5.5.23/tomcat-parent-5.5.23.pom
>> Downloading:
>> http://maven.imagej.net/content/repositories/snapshots/tomcat/tomcat-parent/5.5.23/tomcat-parent-5.5.23.pom
>> Downloading:
>> http://maven.imagej.net/content/groups/public/tomcat/tomcat-parent/5.5.23/tomcat-parent-5.5.23.pom
>> Downloaded:
>> http://maven.imagej.net/content/groups/public/tomcat/tomcat-parent/5.5.23/tomcat-parent-5.5.23.pom
>> (898 B at 1.8 KB/sec)
>> Downloading:
>> http://maven.imagej.net/content/repositories/releases/commons-modeler/commons-modeler/2.0/commons-modeler-2.0.pom
>> Downloading:
>> http://maven.imagej.net/content/repositories/snapshots/commons-modeler/commons-modeler/2.0/commons-modeler-2.0.pom
>> Downloading:
>> http://maven.imagej.net/content/groups/public/commons-modeler/commons-modeler/2.0/commons-modeler-2.0.pom
>> Downloaded:
>> http://maven.imagej.net/content/groups/public/commons-modeler/commons-modeler/2.0/commons-modeler-2.0.pom
>> (6 KB at 10.3 KB/sec)
>> Downloading:
>> http://maven.imagej.net/content/repositories/releases/commons-digester/commons-digester/1.2/commons-digester-1.2.pom
>> Downloading:
>> http://maven.imagej.net/content/repositories/snapshots/commons-digester/commons-digester/1.2/commons-digester-1.2.pom
>> Downloading:
>> http://maven.imagej.net/content/groups/public/commons-digester/commons-digester/1.2/commons-digester-1.2.pom
>> Downloaded:
>> http://maven.imagej.net/content/groups/public/commons-digester/commons-digester/1.2/commons-digester-1.2.pom
>> (164 B at 0.3 KB/sec)
>> Downloading:
>> http://maven.imagej.net/content/repositories/releases/commons-logging/commons-logging-api/1.0.4/commons-logging-api-1.0.4.pom
>> Downloading:
>> http://maven.imagej.net/content/repositories/snapshots/commons-logging/commons-logging-api/1.0.4/commons-logging-api-1.0.4.pom
>> Downloading:
>> http://maven.imagej.net/content/groups/public/commons-logging/commons-logging-api/1.0.4/commons-logging-api-1.0.4.pom
>> Downloaded:
>> http://maven.imagej.net/content/groups/public/commons-logging/commons-logging-api/1.0.4/commons-logging-api-1.0.4.pom
>> (168 B at 0.3 KB/sec)
>> Downloading:
>> http://maven.imagej.net/content/repositories/releases/mx4j/mx4j-jmx/2.1.1/mx4j-jmx-2.1.1.pom
>> Downloading:
>> http://maven.imagej.net/content/repositories/snapshots/mx4j/mx4j-jmx/2.1.1/mx4j-jmx-2.1.1.pom
>> Downloading:
>> http://maven.imagej.net/content/groups/public/mx4j/mx4j-jmx/2.1.1/mx4j-jmx-2.1.1.pom
>> Downloaded:
>> http://maven.imagej.net/content/groups/public/mx4j/mx4j-jmx/2.1.1/mx4j-jmx-2.1.1.pom
>> (146 B at 0.3 KB/sec)
>> Downloading:
>> http://maven.imagej.net/content/repositories/releases/velocity/velocity/1.5/velocity-1.5.pom
>> Downloading:
>> http://maven.imagej.net/content/repositories/snapshots/velocity/velocity/1.5/velocity-1.5.pom
>> Downloading:
>> http://maven.imagej.net/content/groups/public/velocity/velocity/1.5/velocity-1.5.pom
>> Downloaded:
>> http://maven.imagej.net/content/groups/public/velocity/velocity/1.5/velocity-1.5.pom
>> (8 KB at 16.4 KB/sec)
>> Downloading:
>> http://maven.imagej.net/content/repositories/releases/logkit/logkit/2.0/logkit-2.0.pom
>> Downloading:
>> http://maven.imagej.net/content/repositories/snapshots/logkit/logkit/2.0/logkit-2.0.pom
>> Downloading:
>> http://maven.imagej.net/content/groups/public/logkit/logkit/2.0/logkit-2.0.pom
>> Downloaded:
>> http://maven.imagej.net/content/groups/public/logkit/logkit/2.0/logkit-2.0.pom
>> (144 B at 0.2 KB/sec)
>> Downloading:
>> http://maven.imagej.net/content/repositories/releases/ant/ant/1.6/ant-1.6.pom
>> Downloading:
>> http://maven.imagej.net/content/repositories/snapshots/ant/ant/1.6/ant-1.6.pom
>> Downloading:
>> http://maven.imagej.net/content/groups/public/ant/ant/1.6/ant-1.6.pom
>> Downloaded:
>> http://maven.imagej.net/content/groups/public/ant/ant/1.6/ant-1.6.pom
>> (182 B at 0.3 KB/sec)
>> Downloading:
>> http://maven.imagej.net/content/repositories/releases/werken-xpath/werken-xpath/0.9.4/werken-xpath-0.9.4.pom
>> Downloading:
>> http://maven.imagej.net/content/repositories/snapshots/werken-xpath/werken-xpath/0.9.4/werken-xpath-0.9.4.pom
>> Downloading:
>> http://maven.imagej.net/content/groups/public/werken-xpath/werken-xpath/0.9.4/werken-xpath-0.9.4.pom
>> Downloaded:
>> http://maven.imagej.net/content/groups/public/werken-xpath/werken-xpath/0.9.4/werken-xpath-0.9.4.pom
>> (159 B at 0.3 KB/sec)
>> Downloading:
>> http://maven.imagej.net/content/repositories/releases/velocity-tools/velocity-tools-generic/1.4/velocity-tools-generic-1.4.pom
>> Downloading:
>> http://maven.imagej.net/content/repositories/snapshots/velocity-tools/velocity-tools-generic/1.4/velocity-tools-generic-1.4.pom
>> Downloading:
>> http://maven.imagej.net/content/groups/public/velocity-tools/velocity-tools-generic/1.4/velocity-tools-generic-1.4.pom
>> Downloading:
>> http://repo.maven.apache.org/maven2/velocity-tools/velocity-tools-generic/1.4/velocity-tools-generic-1.4.pom
>> Downloading:
>> http://maven.imagej.net/content/repositories/releases/velocity-tools/velocity-tools-view/1.4/velocity-tools-view-1.4.pom
>> Downloading:
>> http://maven.imagej.net/content/repositories/snapshots/velocity-tools/velocity-tools-view/1.4/velocity-tools-view-1.4.pom
>> Downloading:
>> http://maven.imagej.net/content/groups/public/velocity-tools/velocity-tools-view/1.4/velocity-tools-view-1.4.pom
>> Downloading:
>> http://repo.maven.apache.org/maven2/velocity-tools/velocity-tools-view/1.4/velocity-tools-view-1.4.pom
>> Downloading:
>> http://maven.imagej.net/content/repositories/releases/hsqldb/hsqldb/1.7.1/hsqldb-1.7.1.pom
>> Downloading:
>> http://maven.imagej.net/content/repositories/snapshots/hsqldb/hsqldb/1.7.1/hsqldb-1.7.1.pom
>> Downloading:
>> http://maven.imagej.net/content/groups/public/hsqldb/hsqldb/1.7.1/hsqldb-1.7.1.pom
>> Downloaded:
>> http://maven.imagej.net/content/groups/public/hsqldb/hsqldb/1.7.1/hsqldb-1.7.1.pom
>> (147 B at 0.2 KB/sec)
>> Downloading:
>> http://maven.imagej.net/content/repositories/releases/jline/jline/1.0/jline-1.0.pom
>> Downloading:
>> http://maven.imagej.net/content/repositories/snapshots/jline/jline/1.0/jline-1.0.pom
>> Downloading:
>> http://maven.imagej.net/content/groups/public/jline/jline/1.0/jline-1.0.pom
>> Downloaded:
>> http://maven.imagej.net/content/groups/public/jline/jline/1.0/jline-1.0.pom
>> (9 KB at 16.2 KB/sec)
>> Downloading:
>> http://maven.imagej.net/content/repositories/releases/com/thoughtworks/xstream/xstream/1.4.2/xstream-1.4.2.pom
>> Downloading:
>> http://maven.imagej.net/content/repositories/snapshots/com/thoughtworks/xstream/xstream/1.4.2/xstream-1.4.2.pom
>> Downloading:
>> http://maven.imagej.net/content/groups/public/com/thoughtworks/xstream/xstream/1.4.2/xstream-1.4.2.pom
>> Downloaded:
>> http://maven.imagej.net/content/groups/public/com/thoughtworks/xstream/xstream/1.4.2/xstream-1.4.2.pom
>> (9 KB at 16.8 KB/sec)
>> Downloading:
>> http://maven.imagej.net/content/repositories/releases/com/thoughtworks/xstream/xstream-parent/1.4.2/xstream-parent-1.4.2.pom
>> Downloading:
>> http://maven.imagej.net/content/repositories/snapshots/com/thoughtworks/xstream/xstream-parent/1.4.2/xstream-parent-1.4.2.pom
>> Downloading:
>> http://maven.imagej.net/content/groups/public/com/thoughtworks/xstream/xstream-parent/1.4.2/xstream-parent-1.4.2.pom
>> Downloaded:
>> http://maven.imagej.net/content/groups/public/com/thoughtworks/xstream/xstream-parent/1.4.2/xstream-parent-1.4.2.pom
>> (19 KB at 30.1 KB/sec)
>> Downloading:
>> http://maven.imagej.net/content/repositories/releases/xerces/xercesImpl/2.6.1/xercesImpl-2.6.1.pom
>> Downloading:
>> http://maven.imagej.net/content/repositories/snapshots/xerces/xercesImpl/2.6.1/xercesImpl-2.6.1.pom
>> Downloading:
>> http://maven.imagej.net/content/groups/public/xerces/xercesImpl/2.6.1/xercesImpl-2.6.1.pom
>> Downloaded:
>> http://maven.imagej.net/content/groups/public/xerces/xercesImpl/2.6.1/xercesImpl-2.6.1.pom
>> (150 B at 0.3 KB/sec)
>> Downloading:
>> http://maven.imagej.net/content/repositories/releases/org/jdom/jaxen-core/1.0-FCS/jaxen-core-1.0-FCS.pom
>> Downloading:
>> http://maven.imagej.net/content/repositories/snapshots/org/jdom/jaxen-core/1.0-FCS/jaxen-core-1.0-FCS.pom
>> Downloading:
>> http://maven.imagej.net/content/groups/public/org/jdom/jaxen-core/1.0-FCS/jaxen-core-1.0-FCS.pom
>> Downloaded:
>> http://maven.imagej.net/content/groups/public/org/jdom/jaxen-core/1.0-FCS/jaxen-core-1.0-FCS.pom
>> (207 B at 0.4 KB/sec)
>> Downloading:
>> http://maven.imagej.net/content/repositories/releases/org/jdom/jaxen-jdom/1.0-FCS/jaxen-jdom-1.0-FCS.pom
>> Downloading:
>> http://maven.imagej.net/content/repositories/snapshots/org/jdom/jaxen-jdom/1.0-FCS/jaxen-jdom-1.0-FCS.pom
>> Downloading:
>> http://maven.imagej.net/content/groups/public/org/jdom/jaxen-jdom/1.0-FCS/jaxen-jdom-1.0-FCS.pom
>> Downloaded:
>> http://maven.imagej.net/content/groups/public/org/jdom/jaxen-jdom/1.0-FCS/jaxen-jdom-1.0-FCS.pom
>> (207 B at 0.5 KB/sec)
>> Downloading:
>> http://maven.imagej.net/content/repositories/releases/org/jdom/saxpath/1.0-FCS/saxpath-1.0-FCS.pom
>> Downloading:
>> http://maven.imagej.net/content/repositories/snapshots/org/jdom/saxpath/1.0-FCS/saxpath-1.0-FCS.pom
>> Downloading:
>> http://maven.imagej.net/content/groups/public/org/jdom/saxpath/1.0-FCS/saxpath-1.0-FCS.pom
>> Downloaded:
>> http://maven.imagej.net/content/groups/public/org/jdom/saxpath/1.0-FCS/saxpath-1.0-FCS.pom
>> (201 B at 0.4 KB/sec)
>> Downloading:
>> http://maven.imagej.net/content/repositories/releases/xalan/xalan/2.5.D1/xalan-2.5.D1.pom
>> Downloading:
>> http://maven.imagej.net/content/repositories/snapshots/xalan/xalan/2.5.D1/xalan-2.5.D1.pom
>> Downloading:
>> http://maven.imagej.net/content/groups/public/xalan/xalan/2.5.D1/xalan-2.5.D1.pom
>> Downloaded:
>> http://maven.imagej.net/content/groups/public/xalan/xalan/2.5.D1/xalan-2.5.D1.pom
>> (146 B at 0.3 KB/sec)
>> Downloading:
>> http://maven.imagej.net/content/repositories/releases/joda-time/joda-time/1.6/joda-time-1.6.pom
>> Downloading:
>> http://maven.imagej.net/content/repositories/snapshots/joda-time/joda-time/1.6/joda-time-1.6.pom
>> Downloading:
>> http://maven.imagej.net/content/groups/public/joda-time/joda-time/1.6/joda-time-1.6.pom
>> Downloaded:
>> http://maven.imagej.net/content/groups/public/joda-time/joda-time/1.6/joda-time-1.6.pom
>> (5 KB at 8.9 KB/sec)
>> Downloading:
>> http://maven.imagej.net/content/repositories/releases/org/codehaus/woodstox/wstx-asl/3.2.7/wstx-asl-3.2.7.pom
>> Downloading:
>> http://maven.imagej.net/content/repositories/snapshots/org/codehaus/woodstox/wstx-asl/3.2.7/wstx-asl-3.2.7.pom
>> Downloading:
>> http://maven.imagej.net/content/groups/public/org/codehaus/woodstox/wstx-asl/3.2.7/wstx-asl-3.2.7.pom
>> Downloaded:
>> http://maven.imagej.net/content/groups/public/org/codehaus/woodstox/wstx-asl/3.2.7/wstx-asl-3.2.7.pom
>> (2 KB at 2.5 KB/sec)
>> Downloading:
>> http://maven.imagej.net/content/repositories/releases/net/sf/kxml/kxml2-min/2.3.0/kxml2-min-2.3.0.pom
>> Downloading:
>> http://maven.imagej.net/content/repositories/snapshots/net/sf/kxml/kxml2-min/2.3.0/kxml2-min-2.3.0.pom
>> Downloading:
>> http://maven.imagej.net/content/groups/public/net/sf/kxml/kxml2-min/2.3.0/kxml2-min-2.3.0.pom
>> Downloaded:
>> http://maven.imagej.net/content/groups/public/net/sf/kxml/kxml2-min/2.3.0/kxml2-min-2.3.0.pom
>> (2 KB at 3.0 KB/sec)
>> Downloading:
>> http://maven.imagej.net/content/repositories/releases/net/sf/kxml/kxml2/2.3.0/kxml2-2.3.0.pom
>> Downloading:
>> http://maven.imagej.net/content/repositories/snapshots/net/sf/kxml/kxml2/2.3.0/kxml2-2.3.0.pom
>> Downloading:
>> http://maven.imagej.net/content/groups/public/net/sf/kxml/kxml2/2.3.0/kxml2-2.3.0.pom
>> Downloaded:
>> http://maven.imagej.net/content/groups/public/net/sf/kxml/kxml2/2.3.0/kxml2-2.3.0.pom
>> (2 KB at 2.6 KB/sec)
>> Downloading:
>> http://maven.imagej.net/content/repositories/releases/ant/ant/1.6.2/ant-1.6.2.pom
>> Downloading:
>> http://maven.imagej.net/content/repositories/snapshots/ant/ant/1.6.2/ant-1.6.2.pom
>> Downloading:
>> http://maven.imagej.net/content/groups/public/ant/ant/1.6.2/ant-1.6.2.pom
>> Downloaded:
>> http://maven.imagej.net/content/groups/public/ant/ant/1.6.2/ant-1.6.2.pom
>> (521 B at 1.0 KB/sec)
>> Downloading:
>> http://maven.imagej.net/content/repositories/releases/xerces/xerces-impl/2.6.2/xerces-impl-2.6.2.pom
>> Downloading:
>> http://maven.imagej.net/content/repositories/snapshots/xerces/xerces-impl/2.6.2/xerces-impl-2.6.2.pom
>> Downloading:
>> http://maven.imagej.net/content/groups/public/xerces/xerces-impl/2.6.2/xerces-impl-2.6.2.pom
>> Downloading:
>> http://repo.maven.apache.org/maven2/xerces/xerces-impl/2.6.2/xerces-impl-2.6.2.pom
>> Downloading:
>> http://maven.imagej.net/content/repositories/releases/xml-apis/xml-apis/2.6.2/xml-apis-2.6.2.pom
>> Downloading:
>> http://maven.imagej.net/content/repositories/snapshots/xml-apis/xml-apis/2.6.2/xml-apis-2.6.2.pom
>> Downloading:
>> http://maven.imagej.net/content/groups/public/xml-apis/xml-apis/2.6.2/xml-apis-2.6.2.pom
>> Downloading:
>> http://repo.maven.apache.org/maven2/xml-apis/xml-apis/2.6.2/xml-apis-2.6.2.pom
>> Downloading:
>> http://maven.imagej.net/content/repositories/releases/org/json/json/20080701/json-20080701.pom
>> Downloading:
>> http://maven.imagej.net/content/repositories/snapshots/org/json/json/20080701/json-20080701.pom
>> Downloading:
>> http://maven.imagej.net/content/groups/public/org/json/json/20080701/json-20080701.pom
>> Downloaded:
>> http://maven.imagej.net/content/groups/public/org/json/json/20080701/json-20080701.pom
>> (2 KB at 3.1 KB/sec)
>> Downloading:
>> http://maven.imagej.net/content/repositories/releases/org/codehaus/jettison/jettison/1.2/jettison-1.2.pom
>> Downloading:
>> http://maven.imagej.net/content/repositories/snapshots/org/codehaus/jettison/jettison/1.2/jettison-1.2.pom
>> Downloading:
>> http://maven.imagej.net/content/groups/public/org/codehaus/jettison/jettison/1.2/jettison-1.2.pom
>> Downloaded:
>> http://maven.imagej.net/content/groups/public/org/codehaus/jettison/jettison/1.2/jettison-1.2.pom
>> (4 KB at 5.4 KB/sec)
>> Downloading:
>> http://maven.imagej.net/content/repositories/releases/woodstox/wstx-asl/3.2.2/wstx-asl-3.2.2.pom
>> Downloading:
>> http://maven.imagej.net/content/repositories/snapshots/woodstox/wstx-asl/3.2.2/wstx-asl-3.2.2.pom
>> Downloading:
>> http://maven.imagej.net/content/groups/public/woodstox/wstx-asl/3.2.2/wstx-asl-3.2.2.pom
>> Downloading:
>> http://repo.maven.apache.org/maven2/woodstox/wstx-asl/3.2.2/wstx-asl-3.2.2.pom
>> Downloading:
>> http://maven.imagej.net/content/repositories/releases/org/codehaus/gpars/gpars/1.0-beta-2/gpars-1.0-beta-2.pom
>> Downloading:
>> http://maven.imagej.net/content/repositories/snapshots/org/codehaus/gpars/gpars/1.0-beta-2/gpars-1.0-beta-2.pom
>> Downloading:
>> http://maven.imagej.net/content/groups/public/org/codehaus/gpars/gpars/1.0-beta-2/gpars-1.0-beta-2.pom
>> Downloaded:
>> http://maven.imagej.net/content/groups/public/org/codehaus/gpars/gpars/1.0-beta-2/gpars-1.0-beta-2.pom
>> (2 KB at 3.0 KB/sec)
>> Downloading:
>> http://maven.imagej.net/content/repositories/releases/org/codehaus/jcsp/jcsp/1.1-rc5/jcsp-1.1-rc5.pom
>> Downloading:
>> http://maven.imagej.net/content/repositories/snapshots/org/codehaus/jcsp/jcsp/1.1-rc5/jcsp-1.1-rc5.pom
>> Downloading:
>> http://maven.imagej.net/content/groups/public/org/codehaus/jcsp/jcsp/1.1-rc5/jcsp-1.1-rc5.pom
>> Downloaded:
>> http://maven.imagej.net/content/groups/public/org/codehaus/jcsp/jcsp/1.1-rc5/jcsp-1.1-rc5.pom
>> (7 KB at 14.6 KB/sec)
>> Downloading:
>> http://maven.imagej.net/content/repositories/releases/org/apache/felix/org.osgi.core/1.4.0/org.osgi.core-1.4.0.pom
>> Downloading:
>> http://maven.imagej.net/content/repositories/snapshots/org/apache/felix/org.osgi.core/1.4.0/org.osgi.core-1.4.0.pom
>> Downloading:
>> http://maven.imagej.net/content/groups/public/org/apache/felix/org.osgi.core/1.4.0/org.osgi.core-1.4.0.pom
>> Downloaded:
>> http://maven.imagej.net/content/groups/public/org/apache/felix/org.osgi.core/1.4.0/org.osgi.core-1.4.0.pom
>> (3 KB at 6.0 KB/sec)
>> Downloading:
>> http://maven.imagej.net/content/repositories/releases/org/apache/felix/felix-parent/1.2.0/felix-parent-1.2.0.pom
>> Downloading:
>> http://maven.imagej.net/content/repositories/snapshots/org/apache/felix/felix-parent/1.2.0/felix-parent-1.2.0.pom
>> Downloading:
>> http://maven.imagej.net/content/groups/public/org/apache/felix/felix-parent/1.2.0/felix-parent-1.2.0.pom
>> Downloaded:
>> http://maven.imagej.net/content/groups/public/org/apache/felix/felix-parent/1.2.0/felix-parent-1.2.0.pom
>> (15 KB at 19.2 KB/sec)
>> Downloading:
>> http://maven.imagej.net/content/repositories/releases/org/mockito/mockito-all/1.7/mockito-all-1.7.pom
>> Downloading:
>> http://maven.imagej.net/content/repositories/snapshots/org/mockito/mockito-all/1.7/mockito-all-1.7.pom
>> Downloading:
>> http://maven.imagej.net/content/groups/public/org/mockito/mockito-all/1.7/mockito-all-1.7.pom
>> Downloaded:
>> http://maven.imagej.net/content/groups/public/org/mockito/mockito-all/1.7/mockito-all-1.7.pom
>> (856 B at 1.6 KB/sec)
>> Downloading:
>> http://maven.imagej.net/content/repositories/releases/org/codehaus/jsr166-mirror/jsr166y/1.7.0/jsr166y-1.7.0.pom
>> Downloading:
>> http://maven.imagej.net/content/repositories/snapshots/org/codehaus/jsr166-mirror/jsr166y/1.7.0/jsr166y-1.7.0.pom
>> Downloading:
>> http://maven.imagej.net/content/groups/public/org/codehaus/jsr166-mirror/jsr166y/1.7.0/jsr166y-1.7.0.pom
>> Downloaded:
>> http://maven.imagej.net/content/groups/public/org/codehaus/jsr166-mirror/jsr166y/1.7.0/jsr166y-1.7.0.pom
>> (406 B at 0.8 KB/sec)
>> Downloading:
>> http://maven.imagej.net/content/repositories/releases/org/multiverse/multiverse-beta/0.7-RC-1/multiverse-beta-0.7-RC-1.pom
>> Downloading:
>> http://maven.imagej.net/content/repositories/snapshots/org/multiverse/multiverse-beta/0.7-RC-1/multiverse-beta-0.7-RC-1.pom
>> Downloading:
>> http://maven.imagej.net/content/groups/public/org/multiverse/multiverse-beta/0.7-RC-1/multiverse-beta-0.7-RC-1.pom
>> [WARNING] Checksum validation failed, expected
>> 7c798b9edd7a744e042def51c31eef256556eee6 but is
>> ddc682a2b219fcb896732e8ff3546415d708e12e for
>> http://maven.imagej.net/content/groups/public/org/multiverse/multiverse-beta/0.7-RC-1/multiverse-beta-0.7-RC-1.pom
>> [WARNING] Checksum validation failed, expected
>> 7c798b9edd7a744e042def51c31eef256556eee6 but is
>> ddc682a2b219fcb896732e8ff3546415d708e12e for
>> http://maven.imagej.net/content/groups/public/org/multiverse/multiverse-beta/0.7-RC-1/multiverse-beta-0.7-RC-1.pom
>> Downloaded:
>> http://maven.imagej.net/content/groups/public/org/multiverse/multiverse-beta/0.7-RC-1/multiverse-beta-0.7-RC-1.pom
>> (775 B at 0.9 KB/sec)
>> Downloading:
>> http://maven.imagej.net/content/repositories/releases/org/mockito/mockito-all/1.8.2/mockito-all-1.8.2.pom
>> Downloading:
>> http://maven.imagej.net/content/repositories/snapshots/org/mockito/mockito-all/1.8.2/mockito-all-1.8.2.pom
>> Downloading:
>> http://maven.imagej.net/content/groups/public/org/mockito/mockito-all/1.8.2/mockito-all-1.8.2.pom
>> Downloaded:
>> http://maven.imagej.net/content/groups/public/org/mockito/mockito-all/1.8.2/mockito-all-1.8.2.pom
>> (858 B at 1.7 KB/sec)
>> Downloading:
>> http://maven.imagej.net/content/repositories/releases/org/jboss/netty/netty/3.2.7.Final/netty-3.2.7.Final.pom
>> Downloading:
>> http://maven.imagej.net/content/repositories/snapshots/org/jboss/netty/netty/3.2.7.Final/netty-3.2.7.Final.pom
>> Downloading:
>> http://maven.imagej.net/content/groups/public/org/jboss/netty/netty/3.2.7.Final/netty-3.2.7.Final.pom
>> Downloaded:
>> http://maven.imagej.net/content/groups/public/org/jboss/netty/netty/3.2.7.Final/netty-3.2.7.Final.pom
>> (26 KB at 34.9 KB/sec)
>> Downloading:
>> http://maven.imagej.net/content/repositories/releases/org/jboss/jboss-parent/5/jboss-parent-5.pom
>> Downloading:
>> http://maven.imagej.net/content/repositories/snapshots/org/jboss/jboss-parent/5/jboss-parent-5.pom
>> Downloading:
>> http://maven.imagej.net/content/groups/public/org/jboss/jboss-parent/5/jboss-parent-5.pom
>> Downloaded:
>> http://maven.imagej.net/content/groups/public/org/jboss/jboss-parent/5/jboss-parent-5.pom
>> (19 KB at 30.4 KB/sec)
>> Downloading:
>> http://maven.imagej.net/content/repositories/releases/org/easymock/easymockclassextension/2.2.1/easymockclassextension-2.2.1.pom
>> Downloading:
>> http://maven.imagej.net/content/repositories/snapshots/org/easymock/easymockclassextension/2.2.1/easymockclassextension-2.2.1.pom
>> Downloading:
>> http://maven.imagej.net/content/groups/public/org/easymock/easymockclassextension/2.2.1/easymockclassextension-2.2.1.pom
>> Downloaded:
>> http://maven.imagej.net/content/groups/public/org/easymock/easymockclassextension/2.2.1/easymockclassextension-2.2.1.pom
>> (2 KB at 2.5 KB/sec)
>> Downloading:
>> http://maven.imagej.net/content/repositories/releases/junit/junit/4.1/junit-4.1.pom
>> Downloading:
>> http://maven.imagej.net/content/repositories/snapshots/junit/junit/4.1/junit-4.1.pom
>> Downloading:
>> http://maven.imagej.net/content/groups/public/junit/junit/4.1/junit-4.1.pom
>> Downloaded:
>> http://maven.imagej.net/content/groups/public/junit/junit/4.1/junit-4.1.pom
>> (583 B at 1.1 KB/sec)
>> Downloading:
>> http://maven.imagej.net/content/repositories/releases/org/apache/felix/org.osgi.compendium/1.4.0/org.osgi.compendium-1.4.0.pom
>> Downloading:
>> http://maven.imagej.net/content/repositories/snapshots/org/apache/felix/org.osgi.compendium/1.4.0/org.osgi.compendium-1.4.0.pom
>> Downloading:
>> http://maven.imagej.net/content/groups/public/org/apache/felix/org.osgi.compendium/1.4.0/org.osgi.compendium-1.4.0.pom
>> Downloaded:
>> http://maven.imagej.net/content/groups/public/org/apache/felix/org.osgi.compendium/1.4.0/org.osgi.compendium-1.4.0.pom
>> (4 KB at 8.5 KB/sec)
>> Downloading:
>> http://maven.imagej.net/content/repositories/releases/org/apache/felix/javax.servlet/1.0.0/javax.servlet-1.0.0.pom
>> Downloading:
>> http://maven.imagej.net/content/repositories/snapshots/org/apache/felix/javax.servlet/1.0.0/javax.servlet-1.0.0.pom
>> Downloading:
>> http://maven.imagej.net/content/groups/public/org/apache/felix/javax.servlet/1.0.0/javax.servlet-1.0.0.pom
>> Downloaded:
>> http://maven.imagej.net/content/groups/public/org/apache/felix/javax.servlet/1.0.0/javax.servlet-1.0.0.pom
>> (5 KB at 9.9 KB/sec)
>> Downloading:
>> http://maven.imagej.net/content/repositories/releases/org/apache/felix/felix/1.0.0/felix-1.0.0.pom
>> Downloading:
>> http://maven.imagej.net/content/repositories/snapshots/org/apache/felix/felix/1.0.0/felix-1.0.0.pom
>> Downloading:
>> http://maven.imagej.net/content/groups/public/org/apache/felix/felix/1.0.0/felix-1.0.0.pom
>> Downloaded:
>> http://maven.imagej.net/content/groups/public/org/apache/felix/felix/1.0.0/felix-1.0.0.pom
>> (12 KB at 7.1 KB/sec)
>> Downloading:
>> http://maven.imagej.net/content/repositories/releases/easymock/easymock/1.2_Java1.3/easymock-1.2_Java1.3.pom
>> Downloading:
>> http://maven.imagej.net/content/repositories/snapshots/easymock/easymock/1.2_Java1.3/easymock-1.2_Java1.3.pom
>> Downloading:
>> http://maven.imagej.net/content/groups/public/easymock/easymock/1.2_Java1.3/easymock-1.2_Java1.3.pom
>> Downloaded:
>> http://maven.imagej.net/content/groups/public/easymock/easymock/1.2_Java1.3/easymock-1.2_Java1.3.pom
>> (192 B at 0.3 KB/sec)
>> Downloading:
>> http://maven.imagej.net/content/repositories/releases/org/apache/felix/org.osgi.foundation/1.2.0/org.osgi.foundation-1.2.0.pom
>> Downloading:
>> http://maven.imagej.net/content/repositories/snapshots/org/apache/felix/org.osgi.foundation/1.2.0/org.osgi.foundation-1.2.0.pom
>> Downloading:
>> http://maven.imagej.net/content/groups/public/org/apache/felix/org.osgi.foundation/1.2.0/org.osgi.foundation-1.2.0.pom
>> Downloaded:
>> http://maven.imagej.net/content/groups/public/org/apache/felix/org.osgi.foundation/1.2.0/org.osgi.foundation-1.2.0.pom
>> (2 KB at 3.2 KB/sec)
>> Downloading:
>> http://maven.imagej.net/content/repositories/releases/org/apache/felix/felix/1.0.2/felix-1.0.2.pom
>> Downloading:
>> http://maven.imagej.net/content/repositories/snapshots/org/apache/felix/felix/1.0.2/felix-1.0.2.pom
>> Downloading:
>> http://maven.imagej.net/content/groups/public/org/apache/felix/felix/1.0.2/felix-1.0.2.pom
>> Downloaded:
>> http://maven.imagej.net/content/groups/public/org/apache/felix/felix/1.0.2/felix-1.0.2.pom
>> (14 KB at 4.7 KB/sec)
>> Downloading:
>> http://maven.imagej.net/content/repositories/releases/org/jboss/logging/jboss-logging-spi/2.1.2.GA/jboss-logging-spi-2.1.2.GA.pom
>> Downloading:
>> http://maven.imagej.net/content/repositories/snapshots/org/jboss/logging/jboss-logging-spi/2.1.2.GA/jboss-logging-spi-2.1.2.GA.pom
>> Downloading:
>> http://maven.imagej.net/content/groups/public/org/jboss/logging/jboss-logging-spi/2.1.2.GA/jboss-logging-spi-2.1.2.GA.pom
>> Downloaded:
>> http://maven.imagej.net/content/groups/public/org/jboss/logging/jboss-logging-spi/2.1.2.GA/jboss-logging-spi-2.1.2.GA.pom
>> (679 B at 1.2 KB/sec)
>> Downloading:
>> http://maven.imagej.net/content/repositories/releases/log4j/log4j/1.2.16/log4j-1.2.16.pom
>> Downloading:
>> http://maven.imagej.net/content/repositories/snapshots/log4j/log4j/1.2.16/log4j-1.2.16.pom
>> Downloading:
>> http://maven.imagej.net/content/groups/public/log4j/log4j/1.2.16/log4j-1.2.16.pom
>> Downloaded:
>> http://maven.imagej.net/content/groups/public/log4j/log4j/1.2.16/log4j-1.2.16.pom
>> (20 KB at 32.0 KB/sec)
>> Downloading:
>> http://maven.imagej.net/content/repositories/releases/javax/mail/mail/1.4.1/mail-1.4.1.pom
>> Downloading:
>> http://maven.imagej.net/content/repositories/snapshots/javax/mail/mail/1.4.1/mail-1.4.1.pom
>> Downloading:
>> http://maven.imagej.net/content/groups/public/javax/mail/mail/1.4.1/mail-1.4.1.pom
>> Downloaded:
>> http://maven.imagej.net/content/groups/public/javax/mail/mail/1.4.1/mail-1.4.1.pom
>> (995 B at 1.8 KB/sec)
>> Downloading:
>> http://maven.imagej.net/content/repositories/releases/org/easymock/easymock/3.1/easymock-3.1.pom
>> Downloading:
>> http://maven.imagej.net/content/repositories/snapshots/org/easymock/easymock/3.1/easymock-3.1.pom
>> Downloading:
>> http://maven.imagej.net/content/groups/public/org/easymock/easymock/3.1/easymock-3.1.pom
>> Downloaded:
>> http://maven.imagej.net/content/groups/public/org/easymock/easymock/3.1/easymock-3.1.pom
>> (6 KB at 11.2 K
>>
> ...
>
> [Message clipped]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://imagej.net/pipermail/imagej-devel/attachments/20141117/f437c18a/attachment-0001.html>


More information about the ImageJ-devel mailing list