Le lundi 17 octobre 2016 21:41:07 Michael Osipov a écrit :
> Am 2016-10-17 um 21:27 schrieb Hervé BOUTEMY:
> > just for the records: does not fix any errors reported by Checkstyle
> > 
> > "// CHECKSTYLE_OFF: RegexpHeader" remains in the files to ignore the
> > standard header check (that cannot be applied to package-info.java)
> 
> Do you still have errors?
I did not have errors before, and don't have after: that's the role of the 
CHECKSTYLE_OFF: RegexpHeader

> I was not able to deploy since checkstyle
> complained about them. Aligned the style to the rest of our source made
> it magically work.
strange, since even with your change, the style is not compliant: the first 
line should start with "package"

can you share the error you get?

> 
> > Le dimanche 16 octobre 2016 20:25:16 micha...@apache.org a écrit :
> >> Repository: maven-resolver
> >> 
> >> Updated Branches:
> >>   refs/heads/master d76eefafa -> dee6133db
> >> 
> >> Fix Checkstyle errors on package-info.java
> >> 
> >> 
> >> Project: http://git-wip-us.apache.org/repos/asf/maven-resolver/repo
> >> Commit:
> >> http://git-wip-us.apache.org/repos/asf/maven-resolver/commit/dee6133d
> >> Tree:
> >> http://git-wip-us.apache.org/repos/asf/maven-resolver/tree/dee6133d Diff:
> >> http://git-wip-us.apache.org/repos/asf/maven-resolver/diff/dee6133d
> >> 
> >> Branch: refs/heads/master
> >> Commit: dee6133db0671c84f89da3932e910ae99aa38bee
> >> Parents: d76eefa
> >> Author: Michael Osipov <micha...@apache.org>
> >> Authored: Sun Oct 16 22:24:56 2016 +0200
> >> Committer: Michael Osipov <micha...@apache.org>
> >> Committed: Sun Oct 16 22:24:56 2016 +0200
> >> 
> >> ----------------------------------------------------------------------
> >> 
> >>  .../eclipse/aether/artifact/package-info.java   | 10 ++++----
> >>  .../eclipse/aether/collection/package-info.java | 12 +++++-----
> >>  .../eclipse/aether/deployment/package-info.java | 10 ++++----
> >>  .../org/eclipse/aether/graph/package-info.java  | 10 ++++----
> >>  .../aether/installation/package-info.java       | 10 ++++----
> >>  .../eclipse/aether/metadata/package-info.java   | 10 ++++----
> >>  .../java/org/eclipse/aether/package-info.java   | 10 ++++----
> >>  .../eclipse/aether/repository/package-info.java | 10 ++++----
> >>  .../eclipse/aether/resolution/package-info.java | 10 ++++----
> >>  .../eclipse/aether/transfer/package-info.java   | 12 +++++-----
> >>  .../eclipse/aether/version/package-info.java    | 10 ++++----
> >>  .../aether/connector/basic/package-info.java    | 10 ++++----
> >>  .../eclipse/aether/impl/guice/package-info.java | 10 ++++----
> >>  .../org/eclipse/aether/impl/package-info.java   | 22 +++++++++---------
> >>  .../aether/internal/impl/package-info.java      | 10 ++++----
> >>  .../internal/impl/slf4j/package-info.java       |  8 +++----
> >>  .../spi/connector/checksum/package-info.java    | 12 +++++-----
> >>  .../spi/connector/layout/package-info.java      | 14 ++++++------
> >>  .../aether/spi/connector/package-info.java      | 22 +++++++++---------
> >>  .../spi/connector/transport/package-info.java   | 14 ++++++------
> >>  .../org/eclipse/aether/spi/io/package-info.java | 10 ++++----
> >>  .../aether/spi/localrepo/package-info.java      | 10 ++++----
> >>  .../aether/spi/locator/package-info.java        | 24
> >>  ++++++++++----------
> >>  .../eclipse/aether/spi/log/package-info.java    | 18 +++++++--------
> >>  .../aether/internal/test/util/package-info.java | 14 ++++++------
> >>  .../transport/classpath/package-info.java       | 10 ++++----
> >>  .../aether/transport/file/package-info.java     | 10 ++++----
> >>  .../aether/transport/http/package-info.java     | 12 +++++-----
> >>  .../internal/transport/wagon/package-info.java  | 12 +++++-----
> >>  .../aether/transport/wagon/package-info.java    | 10 ++++----
> >>  .../aether/util/artifact/package-info.java      | 10 ++++----
> >>  .../aether/util/concurrency/package-info.java   | 10 ++++----
> >>  .../aether/util/filter/package-info.java        | 10 ++++----
> >>  .../aether/util/graph/manager/package-info.java | 10 ++++----
> >>  .../util/graph/selector/package-info.java       | 10 ++++----
> >>  .../util/graph/transformer/package-info.java    | 10 ++++----
> >>  .../util/graph/traverser/package-info.java      | 10 ++++----
> >>  .../aether/util/graph/version/package-info.java | 10 ++++----
> >>  .../aether/util/graph/visitor/package-info.java | 10 ++++----
> >>  .../aether/util/listener/package-info.java      | 10 ++++----
> >>  .../org/eclipse/aether/util/package-info.java   | 10 ++++----
> >>  .../aether/util/repository/package-info.java    | 10 ++++----
> >>  .../aether/util/version/package-info.java       | 10 ++++----
> >>  43 files changed, 248 insertions(+), 248 deletions(-)
> >> 
> >> ----------------------------------------------------------------------
> >> 
> >> 
> >> http://git-wip-us.apache.org/repos/asf/maven-resolver/blob/dee6133d/maven
> >> -re
> >> solver-api/src/main/java/org/eclipse/aether/artifact/package-info.java
> >> ----------------------------------------------------------------------
> >> diff --git
> >> a/maven-resolver-api/src/main/java/org/eclipse/aether/artifact/package-in
> >> fo
> >> .java
> >> b/maven-resolver-api/src/main/java/org/eclipse/aether/artifact/package-in
> >> fo
> >> .java index 9a4cc79..1cbfdfd 100644
> >> ---
> >> a/maven-resolver-api/src/main/java/org/eclipse/aether/artifact/package-in
> >> fo
> >> .java +++
> >> b/maven-resolver-api/src/main/java/org/eclipse/aether/artifact/package-in
> >> fo
> >> .java @@ -1,4 +1,9 @@
> >> 
> >>  // CHECKSTYLE_OFF: RegexpHeader
> >> 
> >> +/**
> >> + * The definition of an artifact, that is the primary entity managed by
> >> the repository system. + */
> >> +package org.eclipse.aether.artifact;
> >> +
> >> 
> >>  /*
> >>  
> >>   * Licensed to the Apache Software Foundation (ASF) under one
> >>   * or more contributor license agreements.  See the NOTICE file
> >> 
> >> @@ -17,8 +22,3 @@
> >> 
> >>   * specific language governing permissions and limitations
> >>   * under the License.
> >>   */
> >> 
> >> -/**
> >> - * The definition of an artifact, that is the primary entity managed by
> >> the repository system. - */
> >> -package org.eclipse.aether.artifact;
> >> -
> >> 
> >> http://git-wip-us.apache.org/repos/asf/maven-resolver/blob/dee6133d/maven
> >> -re
> >> solver-api/src/main/java/org/eclipse/aether/collection/package-info.java
> >> ----------------------------------------------------------------------
> >> diff --git
> >> a/maven-resolver-api/src/main/java/org/eclipse/aether/collection/package-
> >> in
> >> fo.java
> >> b/maven-resolver-api/src/main/java/org/eclipse/aether/collection/package-
> >> in
> >> fo.java index 414629f..6389baa 100644
> >> ---
> >> a/maven-resolver-api/src/main/java/org/eclipse/aether/collection/package-
> >> in
> >> fo.java +++
> >> b/maven-resolver-api/src/main/java/org/eclipse/aether/collection/package-
> >> in
> >> fo.java @@ -1,4 +1,10 @@
> >> 
> >>  // CHECKSTYLE_OFF: RegexpHeader
> >> 
> >> +/**
> >> + * The types and extension points for collecting the transitive
> >> dependencies of an artifact and building a dependency + * graph.
> >> + */
> >> +package org.eclipse.aether.collection;
> >> +
> >> 
> >>  /*
> >>  
> >>   * Licensed to the Apache Software Foundation (ASF) under one
> >>   * or more contributor license agreements.  See the NOTICE file
> >> 
> >> @@ -17,9 +23,3 @@
> >> 
> >>   * specific language governing permissions and limitations
> >>   * under the License.
> >>   */
> >> 
> >> -/**
> >> - * The types and extension points for collecting the transitive
> >> dependencies of an artifact and building a dependency - * graph.
> >> - */
> >> -package org.eclipse.aether.collection;
> >> -
> >> 
> >> http://git-wip-us.apache.org/repos/asf/maven-resolver/blob/dee6133d/maven
> >> -re
> >> solver-api/src/main/java/org/eclipse/aether/deployment/package-info.java
> >> ----------------------------------------------------------------------
> >> diff --git
> >> a/maven-resolver-api/src/main/java/org/eclipse/aether/deployment/package-
> >> in
> >> fo.java
> >> b/maven-resolver-api/src/main/java/org/eclipse/aether/deployment/package-
> >> in
> >> fo.java index dc50c21..3ceeb2b 100644
> >> ---
> >> a/maven-resolver-api/src/main/java/org/eclipse/aether/deployment/package-
> >> in
> >> fo.java +++
> >> b/maven-resolver-api/src/main/java/org/eclipse/aether/deployment/package-
> >> in
> >> fo.java @@ -1,4 +1,9 @@
> >> 
> >>  // CHECKSTYLE_OFF: RegexpHeader
> >> 
> >> +/**
> >> + * The types supporting the publishing of artifacts to a remote
> >> repository. + */
> >> +package org.eclipse.aether.deployment;
> >> +
> >> 
> >>  /*
> >>  
> >>   * Licensed to the Apache Software Foundation (ASF) under one
> >>   * or more contributor license agreements.  See the NOTICE file
> >> 
> >> @@ -17,8 +22,3 @@
> >> 
> >>   * specific language governing permissions and limitations
> >>   * under the License.
> >>   */
> >> 
> >> -/**
> >> - * The types supporting the publishing of artifacts to a remote
> >> repository. - */
> >> -package org.eclipse.aether.deployment;
> >> -
> >> 
> >> http://git-wip-us.apache.org/repos/asf/maven-resolver/blob/dee6133d/maven
> >> -re solver-api/src/main/java/org/eclipse/aether/graph/package-info.java
> >> ----------------------------------------------------------------------
> >> diff --git
> >> a/maven-resolver-api/src/main/java/org/eclipse/aether/graph/package-info.
> >> ja
> >> va
> >> b/maven-resolver-api/src/main/java/org/eclipse/aether/graph/package-info.
> >> ja
> >> va index c3ba9db..2264a61 100644
> >> ---
> >> a/maven-resolver-api/src/main/java/org/eclipse/aether/graph/package-info.
> >> ja
> >> va +++
> >> b/maven-resolver-api/src/main/java/org/eclipse/aether/graph/package-info.
> >> ja
> >> va @@ -1,4 +1,9 @@
> >> 
> >>  // CHECKSTYLE_OFF: RegexpHeader
> >> 
> >> +/**
> >> + * The representation of a dependency graph by means of connected
> >> dependency nodes. + */
> >> +package org.eclipse.aether.graph;
> >> +
> >> 
> >>  /*
> >>  
> >>   * Licensed to the Apache Software Foundation (ASF) under one
> >>   * or more contributor license agreements.  See the NOTICE file
> >> 
> >> @@ -17,8 +22,3 @@
> >> 
> >>   * specific language governing permissions and limitations
> >>   * under the License.
> >>   */
> >> 
> >> -/**
> >> - * The representation of a dependency graph by means of connected
> >> dependency nodes. - */
> >> -package org.eclipse.aether.graph;
> >> -
> >> 
> >> http://git-wip-us.apache.org/repos/asf/maven-resolver/blob/dee6133d/maven
> >> -re
> >> solver-api/src/main/java/org/eclipse/aether/installation/package-info.ja
> >> va ----------------------------------------------------------------------
> >> diff --git
> >> a/maven-resolver-api/src/main/java/org/eclipse/aether/installation/packag
> >> e-
> >> info.java
> >> b/maven-resolver-api/src/main/java/org/eclipse/aether/installation/packag
> >> e-
> >> info.java index d4ac077..d5720e0 100644
> >> ---
> >> a/maven-resolver-api/src/main/java/org/eclipse/aether/installation/packag
> >> e-
> >> info.java +++
> >> b/maven-resolver-api/src/main/java/org/eclipse/aether/installation/packag
> >> e-
> >> info.java @@ -1,4 +1,9 @@
> >> 
> >>  // CHECKSTYLE_OFF: RegexpHeader
> >> 
> >> +/**
> >> + * The types supporting the publishing of artifacts to a local
> >> repository.
> >> + */
> >> +package org.eclipse.aether.installation;
> >> +
> >> 
> >>  /*
> >>  
> >>   * Licensed to the Apache Software Foundation (ASF) under one
> >>   * or more contributor license agreements.  See the NOTICE file
> >> 
> >> @@ -17,8 +22,3 @@
> >> 
> >>   * specific language governing permissions and limitations
> >>   * under the License.
> >>   */
> >> 
> >> -/**
> >> - * The types supporting the publishing of artifacts to a local
> >> repository.
> >> - */
> >> -package org.eclipse.aether.installation;
> >> -
> >> 
> >> http://git-wip-us.apache.org/repos/asf/maven-resolver/blob/dee6133d/maven
> >> -re
> >> solver-api/src/main/java/org/eclipse/aether/metadata/package-info.java
> >> ----------------------------------------------------------------------
> >> diff --git
> >> a/maven-resolver-api/src/main/java/org/eclipse/aether/metadata/package-in
> >> fo
> >> .java
> >> b/maven-resolver-api/src/main/java/org/eclipse/aether/metadata/package-in
> >> fo
> >> .java index e41f98e..d8df1d5 100644
> >> ---
> >> a/maven-resolver-api/src/main/java/org/eclipse/aether/metadata/package-in
> >> fo
> >> .java +++
> >> b/maven-resolver-api/src/main/java/org/eclipse/aether/metadata/package-in
> >> fo
> >> .java @@ -1,4 +1,9 @@
> >> 
> >>  // CHECKSTYLE_OFF: RegexpHeader
> >> 
> >> +/**
> >> + * The definition of metadata, that is an auxiliary entity managed by
> >> the
> >> repository system to locate artifacts. + */
> >> +package org.eclipse.aether.metadata;
> >> +
> >> 
> >>  /*
> >>  
> >>   * Licensed to the Apache Software Foundation (ASF) under one
> >>   * or more contributor license agreements.  See the NOTICE file
> >> 
> >> @@ -17,8 +22,3 @@
> >> 
> >>   * specific language governing permissions and limitations
> >>   * under the License.
> >>   */
> >> 
> >> -/**
> >> - * The definition of metadata, that is an auxiliary entity managed by
> >> the
> >> repository system to locate artifacts. - */
> >> -package org.eclipse.aether.metadata;
> >> -
> >> 
> >> http://git-wip-us.apache.org/repos/asf/maven-resolver/blob/dee6133d/maven
> >> -re solver-api/src/main/java/org/eclipse/aether/package-info.java
> >> ----------------------------------------------------------------------
> >> diff
> >> --git
> >> a/maven-resolver-api/src/main/java/org/eclipse/aether/package-info.java
> >> b/maven-resolver-api/src/main/java/org/eclipse/aether/package-info.java
> >> index 8d11fa8..995f12f 100644
> >> ---
> >> a/maven-resolver-api/src/main/java/org/eclipse/aether/package-info.java
> >> +++
> >> b/maven-resolver-api/src/main/java/org/eclipse/aether/package-info.java
> >> @@ -1,4 +1,9 @@
> >> 
> >>  // CHECKSTYLE_OFF: RegexpHeader
> >> 
> >> +/**
> >> + * The primary API of the {@link org.eclipse.aether.RepositorySystem}
> >> and
> >> its functionality. + */
> >> +package org.eclipse.aether;
> >> +
> >> 
> >>  /*
> >>  
> >>   * Licensed to the Apache Software Foundation (ASF) under one
> >>   * or more contributor license agreements.  See the NOTICE file
> >> 
> >> @@ -17,8 +22,3 @@
> >> 
> >>   * specific language governing permissions and limitations
> >>   * under the License.
> >>   */
> >> 
> >> -/**
> >> - * The primary API of the {@link org.eclipse.aether.RepositorySystem}
> >> and
> >> its functionality. - */
> >> -package org.eclipse.aether;
> >> -
> >> 
> >> http://git-wip-us.apache.org/repos/asf/maven-resolver/blob/dee6133d/maven
> >> -re
> >> solver-api/src/main/java/org/eclipse/aether/repository/package-info.java
> >> ----------------------------------------------------------------------
> >> diff --git
> >> a/maven-resolver-api/src/main/java/org/eclipse/aether/repository/package-
> >> in
> >> fo.java
> >> b/maven-resolver-api/src/main/java/org/eclipse/aether/repository/package-
> >> in
> >> fo.java index 538e7f1..dddb3bf 100644
> >> ---
> >> a/maven-resolver-api/src/main/java/org/eclipse/aether/repository/package-
> >> in
> >> fo.java +++
> >> b/maven-resolver-api/src/main/java/org/eclipse/aether/repository/package-
> >> in
> >> fo.java @@ -1,4 +1,9 @@
> >> 
> >>  // CHECKSTYLE_OFF: RegexpHeader
> >> 
> >> +/**
> >> + * The definition of various kinds of repositories that host artifacts.
> >> + */
> >> +package org.eclipse.aether.repository;
> >> +
> >> 
> >>  /*
> >>  
> >>   * Licensed to the Apache Software Foundation (ASF) under one
> >>   * or more contributor license agreements.  See the NOTICE file
> >> 
> >> @@ -17,8 +22,3 @@
> >> 
> >>   * specific language governing permissions and limitations
> >>   * under the License.
> >>   */
> >> 
> >> -/**
> >> - * The definition of various kinds of repositories that host artifacts.
> >> - */
> >> -package org.eclipse.aether.repository;
> >> -
> >> 
> >> http://git-wip-us.apache.org/repos/asf/maven-resolver/blob/dee6133d/maven
> >> -re
> >> solver-api/src/main/java/org/eclipse/aether/resolution/package-info.java
> >> ----------------------------------------------------------------------
> >> diff --git
> >> a/maven-resolver-api/src/main/java/org/eclipse/aether/resolution/package-
> >> in
> >> fo.java
> >> b/maven-resolver-api/src/main/java/org/eclipse/aether/resolution/package-
> >> in
> >> fo.java index 33f9ef8..5b4b4b6 100644
> >> ---
> >> a/maven-resolver-api/src/main/java/org/eclipse/aether/resolution/package-
> >> in
> >> fo.java +++
> >> b/maven-resolver-api/src/main/java/org/eclipse/aether/resolution/package-
> >> in
> >> fo.java @@ -1,4 +1,9 @@
> >> 
> >>  // CHECKSTYLE_OFF: RegexpHeader
> >> 
> >> +/**
> >> + * The types supporting the resolution of artifacts and metadata from
> >> repositories. + */
> >> +package org.eclipse.aether.resolution;
> >> +
> >> 
> >>  /*
> >>  
> >>   * Licensed to the Apache Software Foundation (ASF) under one
> >>   * or more contributor license agreements.  See the NOTICE file
> >> 
> >> @@ -17,8 +22,3 @@
> >> 
> >>   * specific language governing permissions and limitations
> >>   * under the License.
> >>   */
> >> 
> >> -/**
> >> - * The types supporting the resolution of artifacts and metadata from
> >> repositories. - */
> >> -package org.eclipse.aether.resolution;
> >> -
> >> 
> >> http://git-wip-us.apache.org/repos/asf/maven-resolver/blob/dee6133d/maven
> >> -re
> >> solver-api/src/main/java/org/eclipse/aether/transfer/package-info.java
> >> ----------------------------------------------------------------------
> >> diff --git
> >> a/maven-resolver-api/src/main/java/org/eclipse/aether/transfer/package-in
> >> fo
> >> .java
> >> b/maven-resolver-api/src/main/java/org/eclipse/aether/transfer/package-in
> >> fo
> >> .java index 541b244..e38c1a4 100644
> >> ---
> >> a/maven-resolver-api/src/main/java/org/eclipse/aether/transfer/package-in
> >> fo
> >> .java +++
> >> b/maven-resolver-api/src/main/java/org/eclipse/aether/transfer/package-in
> >> fo
> >> .java @@ -1,4 +1,10 @@
> >> 
> >>  // CHECKSTYLE_OFF: RegexpHeader
> >> 
> >> +/**
> >> + * A listener and various exception types dealing with the transfer of a
> >> resource between the local system and a remote + * repository.
> >> + */
> >> +package org.eclipse.aether.transfer;
> >> +
> >> 
> >>  /*
> >>  
> >>   * Licensed to the Apache Software Foundation (ASF) under one
> >>   * or more contributor license agreements.  See the NOTICE file
> >> 
> >> @@ -17,9 +23,3 @@
> >> 
> >>   * specific language governing permissions and limitations
> >>   * under the License.
> >>   */
> >> 
> >> -/**
> >> - * A listener and various exception types dealing with the transfer of a
> >> resource between the local system and a remote - * repository.
> >> - */
> >> -package org.eclipse.aether.transfer;
> >> -
> >> 
> >> http://git-wip-us.apache.org/repos/asf/maven-resolver/blob/dee6133d/maven
> >> -re solver-api/src/main/java/org/eclipse/aether/version/package-info.java
> >> ----------------------------------------------------------------------
> >> diff --git
> >> a/maven-resolver-api/src/main/java/org/eclipse/aether/version/package-inf
> >> o.
> >> java
> >> b/maven-resolver-api/src/main/java/org/eclipse/aether/version/package-inf
> >> o.
> >> java index a16dd64..38a6caa 100644
> >> ---
> >> a/maven-resolver-api/src/main/java/org/eclipse/aether/version/package-inf
> >> o.
> >> java +++
> >> b/maven-resolver-api/src/main/java/org/eclipse/aether/version/package-inf
> >> o.
> >> java @@ -1,4 +1,9 @@
> >> 
> >>  // CHECKSTYLE_OFF: RegexpHeader
> >> 
> >> +/**
> >> + * The definition of a version scheme for parsing and comparing
> >> versions.
> >> + */
> >> +package org.eclipse.aether.version;
> >> +
> >> 
> >>  /*
> >>  
> >>   * Licensed to the Apache Software Foundation (ASF) under one
> >>   * or more contributor license agreements.  See the NOTICE file
> >> 
> >> @@ -17,8 +22,3 @@
> >> 
> >>   * specific language governing permissions and limitations
> >>   * under the License.
> >>   */
> >> 
> >> -/**
> >> - * The definition of a version scheme for parsing and comparing
> >> versions.
> >> - */
> >> -package org.eclipse.aether.version;
> >> -
> >> 
> >> http://git-wip-us.apache.org/repos/asf/maven-resolver/blob/dee6133d/maven
> >> -re
> >> solver-connector-basic/src/main/java/org/eclipse/aether/connector/basic/
> >> pack age-info.java
> >> ----------------------------------------------------------------------
> >> diff
> >> --git
> >> a/maven-resolver-connector-basic/src/main/java/org/eclipse/aether/connect
> >> or
> >> /basic/package-info.java
> >> b/maven-resolver-connector-basic/src/main/java/org/eclipse/aether/connect
> >> or
> >> /basic/package-info.java index df86897..0f48bf6 100644
> >> ---
> >> a/maven-resolver-connector-basic/src/main/java/org/eclipse/aether/connect
> >> or
> >> /basic/package-info.java +++
> >> b/maven-resolver-connector-basic/src/main/java/org/eclipse/aether/connect
> >> or
> >> /basic/package-info.java @@ -1,4 +1,9 @@
> >> 
> >>  // CHECKSTYLE_OFF: RegexpHeader
> >> 
> >> +/**
> >> + * Support for downloads/uploads using remote repositories that have a
> >> URI-based content structure/layout. + */
> >> +package org.eclipse.aether.connector.basic;
> >> +
> >> 
> >>  /*
> >>  
> >>   * Licensed to the Apache Software Foundation (ASF) under one
> >>   * or more contributor license agreements.  See the NOTICE file
> >> 
> >> @@ -17,8 +22,3 @@
> >> 
> >>   * specific language governing permissions and limitations
> >>   * under the License.
> >>   */
> >> 
> >> -/**
> >> - * Support for downloads/uploads using remote repositories that have a
> >> URI-based content structure/layout. - */
> >> -package org.eclipse.aether.connector.basic;
> >> -
> >> 
> >> http://git-wip-us.apache.org/repos/asf/maven-resolver/blob/dee6133d/maven
> >> -re
> >> solver-impl/src/main/java/org/eclipse/aether/impl/guice/package-info.jav
> >> a ----------------------------------------------------------------------
> >> diff --git
> >> a/maven-resolver-impl/src/main/java/org/eclipse/aether/impl/guice/package
> >> -i
> >> nfo.java
> >> b/maven-resolver-impl/src/main/java/org/eclipse/aether/impl/guice/package
> >> -i
> >> nfo.java index e3f8fd3..64764f4 100644
> >> ---
> >> a/maven-resolver-impl/src/main/java/org/eclipse/aether/impl/guice/package
> >> -i
> >> nfo.java +++
> >> b/maven-resolver-impl/src/main/java/org/eclipse/aether/impl/guice/package
> >> -i
> >> nfo.java @@ -1,4 +1,9 @@
> >> 
> >>  // CHECKSTYLE_OFF: RegexpHeader
> >> 
> >> +/**
> >> + * The integration with the dependency injection framework <a
> >> href="http://code.google.com/p/google-guice/"; target="_blank">Google
> >> Guice</a>. + */
> >> +package org.eclipse.aether.impl.guice;
> >> +
> >> 
> >>  /*
> >>  
> >>   * Licensed to the Apache Software Foundation (ASF) under one
> >>   * or more contributor license agreements.  See the NOTICE file
> >> 
> >> @@ -17,8 +22,3 @@
> >> 
> >>   * specific language governing permissions and limitations
> >>   * under the License.
> >>   */
> >> 
> >> -/**
> >> - * The integration with the dependency injection framework <a
> >> href="http://code.google.com/p/google-guice/"; target="_blank">Google
> >> Guice</a>. - */
> >> -package org.eclipse.aether.impl.guice;
> >> -
> >> 
> >> http://git-wip-us.apache.org/repos/asf/maven-resolver/blob/dee6133d/maven
> >> -re solver-impl/src/main/java/org/eclipse/aether/impl/package-info.java
> >> ----------------------------------------------------------------------
> >> diff --git
> >> a/maven-resolver-impl/src/main/java/org/eclipse/aether/impl/package-info.
> >> ja
> >> va
> >> b/maven-resolver-impl/src/main/java/org/eclipse/aether/impl/package-info.
> >> ja
> >> va index 959a431..3229969 100644
> >> ---
> >> a/maven-resolver-impl/src/main/java/org/eclipse/aether/impl/package-info.
> >> ja
> >> va +++
> >> b/maven-resolver-impl/src/main/java/org/eclipse/aether/impl/package-info.
> >> ja
> >> va @@ -1,4 +1,15 @@
> >> 
> >>  // CHECKSTYLE_OFF: RegexpHeader
> >> 
> >> +/**
> >> + * The provisional interfaces defining the various sub components that
> >> implement the repository system. Aether Core + * provides stock
> >> implementations for most of these components but not all. To obtain a
> >> complete/runnable repository + * system, the application needs to provide
> >> implementations of the following component contracts: + * {@link
> >> org.eclipse.aether.impl.ArtifactDescriptorReader}, {@link
> >> org.eclipse.aether.impl.VersionResolver}, + * {@link
> >> org.eclipse.aether.impl.VersionRangeResolver} and potentially + * {@link
> >> org.eclipse.aether.impl.MetadataGeneratorFactory}. Said components
> >> basically define the file format of the + * metadata that is used to
> >> reason
> >> about an artifact's dependencies and available versions. + */
> >> +package org.eclipse.aether.impl;
> >> +
> >> 
> >>  /*
> >>  
> >>   * Licensed to the Apache Software Foundation (ASF) under one
> >>   * or more contributor license agreements.  See the NOTICE file
> >> 
> >> @@ -17,14 +28,3 @@
> >> 
> >>   * specific language governing permissions and limitations
> >>   * under the License.
> >>   */
> >> 
> >> -/**
> >> - * The provisional interfaces defining the various sub components that
> >> implement the repository system. Aether Core - * provides stock
> >> implementations for most of these components but not all. To obtain a
> >> complete/runnable repository - * system, the application needs to provide
> >> implementations of the following component contracts: - * {@link
> >> org.eclipse.aether.impl.ArtifactDescriptorReader}, {@link
> >> org.eclipse.aether.impl.VersionResolver}, - * {@link
> >> org.eclipse.aether.impl.VersionRangeResolver} and potentially - * {@link
> >> org.eclipse.aether.impl.MetadataGeneratorFactory}. Said components
> >> basically define the file format of the - * metadata that is used to
> >> reason
> >> about an artifact's dependencies and available versions. - */
> >> -package org.eclipse.aether.impl;
> >> -
> >> 
> >> http://git-wip-us.apache.org/repos/asf/maven-resolver/blob/dee6133d/maven
> >> -re
> >> solver-impl/src/main/java/org/eclipse/aether/internal/impl/package-info.
> >> java
> >> ----------------------------------------------------------------------
> >> diff --git
> >> a/maven-resolver-impl/src/main/java/org/eclipse/aether/internal/impl/pack
> >> ag
> >> e-info.java
> >> b/maven-resolver-impl/src/main/java/org/eclipse/aether/internal/impl/pack
> >> ag
> >> e-info.java index 813b21d..8b30654 100644
> >> ---
> >> a/maven-resolver-impl/src/main/java/org/eclipse/aether/internal/impl/pack
> >> ag
> >> e-info.java +++
> >> b/maven-resolver-impl/src/main/java/org/eclipse/aether/internal/impl/pack
> >> ag
> >> e-info.java @@ -1,4 +1,9 @@
> >> 
> >>  // CHECKSTYLE_OFF: RegexpHeader
> >> 
> >> +/**
> >> + * The various sub components that collectively implement the repository
> >> system. + */
> >> +package org.eclipse.aether.internal.impl;
> >> +
> >> 
> >>  /*
> >>  
> >>   * Licensed to the Apache Software Foundation (ASF) under one
> >>   * or more contributor license agreements.  See the NOTICE file
> >> 
> >> @@ -17,8 +22,3 @@
> >> 
> >>   * specific language governing permissions and limitations
> >>   * under the License.
> >>   */
> >> 
> >> -/**
> >> - * The various sub components that collectively implement the repository
> >> system. - */
> >> -package org.eclipse.aether.internal.impl;
> >> -
> >> 
> >> http://git-wip-us.apache.org/repos/asf/maven-resolver/blob/dee6133d/maven
> >> -re
> >> solver-impl/src/main/java/org/eclipse/aether/internal/impl/slf4j/package
> >> -inf o.java
> >> ----------------------------------------------------------------------
> >> diff
> >> --git
> >> a/maven-resolver-impl/src/main/java/org/eclipse/aether/internal/impl/slf4
> >> j/
> >> package-info.java
> >> b/maven-resolver-impl/src/main/java/org/eclipse/aether/internal/impl/slf4
> >> j/
> >> package-info.java index 307c22e..d31f1ee 100644
> >> ---
> >> a/maven-resolver-impl/src/main/java/org/eclipse/aether/internal/impl/slf4
> >> j/
> >> package-info.java +++
> >> b/maven-resolver-impl/src/main/java/org/eclipse/aether/internal/impl/slf4
> >> j/
> >> package-info.java @@ -1,4 +1,8 @@
> >> 
> >>  // CHECKSTYLE_OFF: RegexpHeader
> >> 
> >> +/**
> >> + * The integration with the logging framework <a
> >> href="http://www.slf4j.org/"; target="_blank">SLF4J</a>. + */
> >> +package org.eclipse.aether.internal.impl.slf4j;
> >> 
> >>  /*
> >>  
> >>   * Licensed to the Apache Software Foundation (ASF) under one
> >>   * or more contributor license agreements.  See the NOTICE file
> >> 
> >> @@ -17,8 +21,4 @@
> >> 
> >>   * specific language governing permissions and limitations
> >>   * under the License.
> >>   */
> >> 
> >> -/**
> >> - * The integration with the logging framework <a
> >> href="http://www.slf4j.org/"; target="_blank">SLF4J</a>. - */
> >> -package org.eclipse.aether.internal.impl.slf4j;
> >> 
> >> 
> >> http://git-wip-us.apache.org/repos/asf/maven-resolver/blob/dee6133d/maven
> >> -re
> >> solver-spi/src/main/java/org/eclipse/aether/spi/connector/checksum/packa
> >> ge-i nfo.java
> >> ----------------------------------------------------------------------
> >> diff
> >> --git
> >> a/maven-resolver-spi/src/main/java/org/eclipse/aether/spi/connector/check
> >> su
> >> m/package-info.java
> >> b/maven-resolver-spi/src/main/java/org/eclipse/aether/spi/connector/check
> >> su
> >> m/package-info.java index 94d0653..32f2c5d 100644
> >> ---
> >> a/maven-resolver-spi/src/main/java/org/eclipse/aether/spi/connector/check
> >> su
> >> m/package-info.java +++
> >> b/maven-resolver-spi/src/main/java/org/eclipse/aether/spi/connector/check
> >> su
> >> m/package-info.java @@ -1,4 +1,10 @@
> >> 
> >>  // CHECKSTYLE_OFF: RegexpHeader
> >> 
> >> +/**
> >> + * The support infrastructure for repository connectors to apply
> >> checksum
> >> policies when validating the integrity of + * downloaded files.
> >> + */
> >> +package org.eclipse.aether.spi.connector.checksum;
> >> +
> >> 
> >>  /*
> >>  
> >>   * Licensed to the Apache Software Foundation (ASF) under one
> >>   * or more contributor license agreements.  See the NOTICE file
> >> 
> >> @@ -17,9 +23,3 @@
> >> 
> >>   * specific language governing permissions and limitations
> >>   * under the License.
> >>   */
> >> 
> >> -/**
> >> - * The support infrastructure for repository connectors to apply
> >> checksum
> >> policies when validating the integrity of - * downloaded files.
> >> - */
> >> -package org.eclipse.aether.spi.connector.checksum;
> >> -
> >> 
> >> http://git-wip-us.apache.org/repos/asf/maven-resolver/blob/dee6133d/maven
> >> -re
> >> solver-spi/src/main/java/org/eclipse/aether/spi/connector/layout/package
> >> -inf o.java
> >> ----------------------------------------------------------------------
> >> diff
> >> --git
> >> a/maven-resolver-spi/src/main/java/org/eclipse/aether/spi/connector/layou
> >> t/
> >> package-info.java
> >> b/maven-resolver-spi/src/main/java/org/eclipse/aether/spi/connector/layou
> >> t/
> >> package-info.java index 2b36f7c..cd758a7 100644
> >> ---
> >> a/maven-resolver-spi/src/main/java/org/eclipse/aether/spi/connector/layou
> >> t/
> >> package-info.java +++
> >> b/maven-resolver-spi/src/main/java/org/eclipse/aether/spi/connector/layou
> >> t/
> >> package-info.java @@ -1,4 +1,11 @@
> >> 
> >>  // CHECKSTYLE_OFF: RegexpHeader
> >> 
> >> +/**
> >> + * The contract to locate URI-based resources using custom repository
> >> layouts. By implementing a + * {@link
> >> org.eclipse.aether.spi.connector.layout.RepositoryLayoutFactory} and
> >> registering it with the repository + * system, an application enables
> >> access to remote repositories that use new content types/layouts. + */
> >> +package org.eclipse.aether.spi.connector.layout;
> >> +
> >> 
> >>  /*
> >>  
> >>   * Licensed to the Apache Software Foundation (ASF) under one
> >>   * or more contributor license agreements.  See the NOTICE file
> >> 
> >> @@ -17,10 +24,3 @@
> >> 
> >>   * specific language governing permissions and limitations
> >>   * under the License.
> >>   */
> >> 
> >> -/**
> >> - * The contract to locate URI-based resources using custom repository
> >> layouts. By implementing a - * {@link
> >> org.eclipse.aether.spi.connector.layout.RepositoryLayoutFactory} and
> >> registering it with the repository - * system, an application enables
> >> access to remote repositories that use new content types/layouts. - */
> >> -package org.eclipse.aether.spi.connector.layout;
> >> -
> >> 
> >> http://git-wip-us.apache.org/repos/asf/maven-resolver/blob/dee6133d/maven
> >> -re
> >> solver-spi/src/main/java/org/eclipse/aether/spi/connector/package-info.j
> >> ava
> >> ----------------------------------------------------------------------
> >> diff --git
> >> a/maven-resolver-spi/src/main/java/org/eclipse/aether/spi/connector/packa
> >> ge
> >> -info.java
> >> b/maven-resolver-spi/src/main/java/org/eclipse/aether/spi/connector/packa
> >> ge
> >> -info.java index f31a2a8..7fcdad2 100644
> >> ---
> >> a/maven-resolver-spi/src/main/java/org/eclipse/aether/spi/connector/packa
> >> ge
> >> -info.java +++
> >> b/maven-resolver-spi/src/main/java/org/eclipse/aether/spi/connector/packa
> >> ge
> >> -info.java @@ -1,4 +1,15 @@
> >> 
> >>  // CHECKSTYLE_OFF: RegexpHeader
> >> 
> >> +/**
> >> + * The contract to access artifacts/metadata in remote repositories. By
> >> implementing a + * {@link
> >> org.eclipse.aether.spi.connector.RepositoryConnectorFactory} and
> >> registering it with the repository system, + * an application can enable
> >> access to arbitrary remote repositories. It should be noted that a
> >> repository connector is + * powerful yet burdensome to implement. In many
> >> cases, implementing a + * {@link
> >> org.eclipse.aether.spi.connector.transport.TransporterFactory} or + *
> >> {@link org.eclipse.aether.spi.connector.layout.RepositoryLayoutFactory}
> >> will be sufficient and easier to access a + * custom remote repository.
> >> + */
> >> +package org.eclipse.aether.spi.connector;
> >> +
> >> 
> >>  /*
> >>  
> >>   * Licensed to the Apache Software Foundation (ASF) under one
> >>   * or more contributor license agreements.  See the NOTICE file
> >> 
> >> @@ -17,14 +28,3 @@
> >> 
> >>   * specific language governing permissions and limitations
> >>   * under the License.
> >>   */
> >> 
> >> -/**
> >> - * The contract to access artifacts/metadata in remote repositories. By
> >> implementing a - * {@link
> >> org.eclipse.aether.spi.connector.RepositoryConnectorFactory} and
> >> registering it with the repository system, - * an application can enable
> >> access to arbitrary remote repositories. It should be noted that a
> >> repository connector is - * powerful yet burdensome to implement. In many
> >> cases, implementing a - * {@link
> >> org.eclipse.aether.spi.connector.transport.TransporterFactory} or - *
> >> {@link org.eclipse.aether.spi.connector.layout.RepositoryLayoutFactory}
> >> will be sufficient and easier to access a - * custom remote repository.
> >> - */
> >> -package org.eclipse.aether.spi.connector;
> >> -
> >> 
> >> http://git-wip-us.apache.org/repos/asf/maven-resolver/blob/dee6133d/maven
> >> -re
> >> solver-spi/src/main/java/org/eclipse/aether/spi/connector/transport/pack
> >> age- info.java
> >> ----------------------------------------------------------------------
> >> diff
> >> --git
> >> a/maven-resolver-spi/src/main/java/org/eclipse/aether/spi/connector/trans
> >> po
> >> rt/package-info.java
> >> b/maven-resolver-spi/src/main/java/org/eclipse/aether/spi/connector/trans
> >> po
> >> rt/package-info.java index 26796ba..e010213 100644
> >> ---
> >> a/maven-resolver-spi/src/main/java/org/eclipse/aether/spi/connector/trans
> >> po
> >> rt/package-info.java +++
> >> b/maven-resolver-spi/src/main/java/org/eclipse/aether/spi/connector/trans
> >> po
> >> rt/package-info.java @@ -1,4 +1,11 @@
> >> 
> >>  // CHECKSTYLE_OFF: RegexpHeader
> >> 
> >> +/**
> >> + * The contract to download/upload URI-based resources using custom
> >> transport protocols. By implementing a + * {@link
> >> org.eclipse.aether.spi.connector.transport.TransporterFactory} and
> >> registering it with the repository system, + * an application enables
> >> access to remote repositories that use new URI schemes. + */
> >> +package org.eclipse.aether.spi.connector.transport;
> >> +
> >> 
> >>  /*
> >>  
> >>   * Licensed to the Apache Software Foundation (ASF) under one
> >>   * or more contributor license agreements.  See the NOTICE file
> >> 
> >> @@ -17,10 +24,3 @@
> >> 
> >>   * specific language governing permissions and limitations
> >>   * under the License.
> >>   */
> >> 
> >> -/**
> >> - * The contract to download/upload URI-based resources using custom
> >> transport protocols. By implementing a - * {@link
> >> org.eclipse.aether.spi.connector.transport.TransporterFactory} and
> >> registering it with the repository system, - * an application enables
> >> access to remote repositories that use new URI schemes. - */
> >> -package org.eclipse.aether.spi.connector.transport;
> >> -
> >> 
> >> http://git-wip-us.apache.org/repos/asf/maven-resolver/blob/dee6133d/maven
> >> -re solver-spi/src/main/java/org/eclipse/aether/spi/io/package-info.java
> >> ----------------------------------------------------------------------
> >> diff --git
> >> a/maven-resolver-spi/src/main/java/org/eclipse/aether/spi/io/package-info
> >> .j
> >> ava
> >> b/maven-resolver-spi/src/main/java/org/eclipse/aether/spi/io/package-info
> >> .j
> >> ava index ec5c122..ff84386 100644
> >> ---
> >> a/maven-resolver-spi/src/main/java/org/eclipse/aether/spi/io/package-info
> >> .j
> >> ava +++
> >> b/maven-resolver-spi/src/main/java/org/eclipse/aether/spi/io/package-info
> >> .j
> >> ava @@ -1,4 +1,9 @@
> >> 
> >>  // CHECKSTYLE_OFF: RegexpHeader
> >> 
> >> +/**
> >> + * I/O related support infrastructure for components.
> >> + */
> >> +package org.eclipse.aether.spi.io;
> >> +
> >> 
> >>  /*
> >>  
> >>   * Licensed to the Apache Software Foundation (ASF) under one
> >>   * or more contributor license agreements.  See the NOTICE file
> >> 
> >> @@ -17,8 +22,3 @@
> >> 
> >>   * specific language governing permissions and limitations
> >>   * under the License.
> >>   */
> >> 
> >> -/**
> >> - * I/O related support infrastructure for components.
> >> - */
> >> -package org.eclipse.aether.spi.io;
> >> -
> >> 
> >> http://git-wip-us.apache.org/repos/asf/maven-resolver/blob/dee6133d/maven
> >> -re
> >> solver-spi/src/main/java/org/eclipse/aether/spi/localrepo/package-info.j
> >> ava
> >> ----------------------------------------------------------------------
> >> diff --git
> >> a/maven-resolver-spi/src/main/java/org/eclipse/aether/spi/localrepo/packa
> >> ge
> >> -info.java
> >> b/maven-resolver-spi/src/main/java/org/eclipse/aether/spi/localrepo/packa
> >> ge
> >> -info.java index afd64cf..de79d3f 100644
> >> ---
> >> a/maven-resolver-spi/src/main/java/org/eclipse/aether/spi/localrepo/packa
> >> ge
> >> -info.java +++
> >> b/maven-resolver-spi/src/main/java/org/eclipse/aether/spi/localrepo/packa
> >> ge
> >> -info.java @@ -1,4 +1,9 @@
> >> 
> >>  // CHECKSTYLE_OFF: RegexpHeader
> >> 
> >> +/**
> >> + * The contract for custom local repository implementations.
> >> + */
> >> +package org.eclipse.aether.spi.localrepo;
> >> +
> >> 
> >>  /*
> >>  
> >>   * Licensed to the Apache Software Foundation (ASF) under one
> >>   * or more contributor license agreements.  See the NOTICE file
> >> 
> >> @@ -17,8 +22,3 @@
> >> 
> >>   * specific language governing permissions and limitations
> >>   * under the License.
> >>   */
> >> 
> >> -/**
> >> - * The contract for custom local repository implementations.
> >> - */
> >> -package org.eclipse.aether.spi.localrepo;
> >> -
> >> 
> >> http://git-wip-us.apache.org/repos/asf/maven-resolver/blob/dee6133d/maven
> >> -re
> >> solver-spi/src/main/java/org/eclipse/aether/spi/locator/package-info.jav
> >> a ----------------------------------------------------------------------
> >> diff --git
> >> a/maven-resolver-spi/src/main/java/org/eclipse/aether/spi/locator/package
> >> -i
> >> nfo.java
> >> b/maven-resolver-spi/src/main/java/org/eclipse/aether/spi/locator/package
> >> -i
> >> nfo.java index 2d47ceb..5126d87 100644
> >> ---
> >> a/maven-resolver-spi/src/main/java/org/eclipse/aether/spi/locator/package
> >> -i
> >> nfo.java +++
> >> b/maven-resolver-spi/src/main/java/org/eclipse/aether/spi/locator/package
> >> -i
> >> nfo.java @@ -1,4 +1,16 @@
> >> 
> >>  // CHECKSTYLE_OFF: RegexpHeader
> >> 
> >> +/**
> >> + * A lightweight service locator infrastructure to help components
> >> acquire
> >> dependent components. The implementation of + * the repository system is
> >> decomposed into many sub components that interact with each other via
> >> interfaces, allowing + * an application to customize the system by
> >> swapping
> >> in different implementation classes for these interfaces. The + * service
> >> locator defined by this package is one means for components to get hold
> >> of
> >> the proper implementation for its + * dependencies. While not the most
> >> popular approach to component wiring, this service locator enables
> >> applications + * that do not wish to pull in more sophisticated solutions
> >> like dependency injection containers to have a small + * footprint.
> >> Therefore, all components should implement {@link
> >> org.eclipse.aether.spi.locator.Service} to support this + * goal.
> >> + */
> >> +package org.eclipse.aether.spi.locator;
> >> +
> >> 
> >>  /*
> >>  
> >>   * Licensed to the Apache Software Foundation (ASF) under one
> >>   * or more contributor license agreements.  See the NOTICE file
> >> 
> >> @@ -17,15 +29,3 @@
> >> 
> >>   * specific language governing permissions and limitations
> >>   * under the License.
> >>   */
> >> 
> >> -/**
> >> - * A lightweight service locator infrastructure to help components
> >> acquire
> >> dependent components. The implementation of - * the repository system is
> >> decomposed into many sub components that interact with each other via
> >> interfaces, allowing - * an application to customize the system by
> >> swapping
> >> in different implementation classes for these interfaces. The - * service
> >> locator defined by this package is one means for components to get hold
> >> of
> >> the proper implementation for its - * dependencies. While not the most
> >> popular approach to component wiring, this service locator enables
> >> applications - * that do not wish to pull in more sophisticated solutions
> >> like dependency injection containers to have a small - * footprint.
> >> Therefore, all components should implement {@link
> >> org.eclipse.aether.spi.locator.Service} to support this - * goal.
> >> - */
> >> -package org.eclipse.aether.spi.locator;
> >> -
> >> 
> >> http://git-wip-us.apache.org/repos/asf/maven-resolver/blob/dee6133d/maven
> >> -re solver-spi/src/main/java/org/eclipse/aether/spi/log/package-info.java
> >> ----------------------------------------------------------------------
> >> diff --git
> >> a/maven-resolver-spi/src/main/java/org/eclipse/aether/spi/log/package-inf
> >> o.
> >> java
> >> b/maven-resolver-spi/src/main/java/org/eclipse/aether/spi/log/package-inf
> >> o.
> >> java index 9584292..da047f0 100644
> >> ---
> >> a/maven-resolver-spi/src/main/java/org/eclipse/aether/spi/log/package-inf
> >> o.
> >> java +++
> >> b/maven-resolver-spi/src/main/java/org/eclipse/aether/spi/log/package-inf
> >> o.
> >> java @@ -1,4 +1,13 @@
> >> 
> >>  // CHECKSTYLE_OFF: RegexpHeader
> >> 
> >> +/**
> >> + * A simple logging infrastructure for diagnostic messages. The primary
> >> purpose of the + * {@link org.eclipse.aether.spi.log.LoggerFactory}
> >> defined
> >> here is to avoid a mandatory dependency on a 3rd party + * logging
> >> system/facade. Some applications might find the events fired by the
> >> repository system sufficient and prefer + * a small footprint. Components
> >> that do not share this concern are free to ignore this package and
> >> directly
> >> employ + * whatever logging system they desire.
> >> + */
> >> +package org.eclipse.aether.spi.log;
> >> +
> >> 
> >>  /*
> >>  
> >>   * Licensed to the Apache Software Foundation (ASF) under one
> >>   * or more contributor license agreements.  See the NOTICE file
> >> 
> >> @@ -17,12 +26,3 @@
> >> 
> >>   * specific language governing permissions and limitations
> >>   * under the License.
> >>   */
> >> 
> >> -/**
> >> - * A simple logging infrastructure for diagnostic messages. The primary
> >> purpose of the - * {@link org.eclipse.aether.spi.log.LoggerFactory}
> >> defined
> >> here is to avoid a mandatory dependency on a 3rd party - * logging
> >> system/facade. Some applications might find the events fired by the
> >> repository system sufficient and prefer - * a small footprint. Components
> >> that do not share this concern are free to ignore this package and
> >> directly
> >> employ - * whatever logging system they desire.
> >> - */
> >> -package org.eclipse.aether.spi.log;
> >> -
> >> 
> >> http://git-wip-us.apache.org/repos/asf/maven-resolver/blob/dee6133d/maven
> >> -re
> >> solver-test-util/src/main/java/org/eclipse/aether/internal/test/util/pac
> >> kage -info.java
> >> ----------------------------------------------------------------------
> >> diff
> >> --git
> >> a/maven-resolver-test-util/src/main/java/org/eclipse/aether/internal/test
> >> /u
> >> til/package-info.java
> >> b/maven-resolver-test-util/src/main/java/org/eclipse/aether/internal/test
> >> /u
> >> til/package-info.java index 4d874da..d4dd436 100644
> >> ---
> >> a/maven-resolver-test-util/src/main/java/org/eclipse/aether/internal/test
> >> /u
> >> til/package-info.java +++
> >> b/maven-resolver-test-util/src/main/java/org/eclipse/aether/internal/test
> >> /u
> >> til/package-info.java @@ -1,4 +1,11 @@
> >> 
> >>  // CHECKSTYLE_OFF: RegexpHeader
> >> 
> >> +/**
> >> + * Utility classes to ease unit testing. This package supports the needs
> >> of Aether's own codebase but implementors of + * extensions might find
> >> some of these classes useful, too, as long as they understand that these
> >> classes do not denote + * a stable API and are subject to change without
> >> prior notice. + */
> >> +package org.eclipse.aether.internal.test.util;
> >> +
> >> 
> >>  /*
> >>  
> >>   * Licensed to the Apache Software Foundation (ASF) under one
> >>   * or more contributor license agreements.  See the NOTICE file
> >> 
> >> @@ -17,10 +24,3 @@
> >> 
> >>   * specific language governing permissions and limitations
> >>   * under the License.
> >>   */
> >> 
> >> -/**
> >> - * Utility classes to ease unit testing. This package supports the needs
> >> of Aether's own codebase but implementors of - * extensions might find
> >> some of these classes useful, too, as long as they understand that these
> >> classes do not denote - * a stable API and are subject to change without
> >> prior notice. - */
> >> -package org.eclipse.aether.internal.test.util;
> >> -
> >> 
> >> http://git-wip-us.apache.org/repos/asf/maven-resolver/blob/dee6133d/maven
> >> -re
> >> solver-transport-classpath/src/main/java/org/eclipse/aether/transport/cl
> >> assp ath/package-info.java
> >> ----------------------------------------------------------------------
> >> diff
> >> --git
> >> a/maven-resolver-transport-classpath/src/main/java/org/eclipse/aether/tra
> >> ns
> >> port/classpath/package-info.java
> >> b/maven-resolver-transport-classpath/src/main/java/org/eclipse/aether/tra
> >> ns
> >> port/classpath/package-info.java index 8bcda93..9d85bf5 100644
> >> ---
> >> a/maven-resolver-transport-classpath/src/main/java/org/eclipse/aether/tra
> >> ns
> >> port/classpath/package-info.java +++
> >> b/maven-resolver-transport-classpath/src/main/java/org/eclipse/aether/tra
> >> ns
> >> port/classpath/package-info.java @@ -1,4 +1,9 @@
> >> 
> >>  // CHECKSTYLE_OFF: RegexpHeader
> >> 
> >> +/**
> >> + * Support for downloads that utilize the classpath as "remote" storage.
> >> + */
> >> +package org.eclipse.aether.transport.classpath;
> >> +
> >> 
> >>  /*
> >>  
> >>   * Licensed to the Apache Software Foundation (ASF) under one
> >>   * or more contributor license agreements.  See the NOTICE file
> >> 
> >> @@ -17,8 +22,3 @@
> >> 
> >>   * specific language governing permissions and limitations
> >>   * under the License.
> >>   */
> >> 
> >> -/**
> >> - * Support for downloads that utilize the classpath as "remote" storage.
> >> - */
> >> -package org.eclipse.aether.transport.classpath;
> >> -
> >> 
> >> http://git-wip-us.apache.org/repos/asf/maven-resolver/blob/dee6133d/maven
> >> -re
> >> solver-transport-file/src/main/java/org/eclipse/aether/transport/file/pa
> >> ckag e-info.java
> >> ----------------------------------------------------------------------
> >> diff
> >> --git
> >> a/maven-resolver-transport-file/src/main/java/org/eclipse/aether/transpor
> >> t/
> >> file/package-info.java
> >> b/maven-resolver-transport-file/src/main/java/org/eclipse/aether/transpor
> >> t/
> >> file/package-info.java index 8220bf4..f90497b 100644
> >> ---
> >> a/maven-resolver-transport-file/src/main/java/org/eclipse/aether/transpor
> >> t/
> >> file/package-info.java +++
> >> b/maven-resolver-transport-file/src/main/java/org/eclipse/aether/transpor
> >> t/
> >> file/package-info.java @@ -1,4 +1,9 @@
> >> 
> >>  // CHECKSTYLE_OFF: RegexpHeader
> >> 
> >> +/**
> >> + * Support for downloads/uploads using the local filesystem as "remote"
> >> storage. + */
> >> +package org.eclipse.aether.transport.file;
> >> +
> >> 
> >>  /*
> >>  
> >>   * Licensed to the Apache Software Foundation (ASF) under one
> >>   * or more contributor license agreements.  See the NOTICE file
> >> 
> >> @@ -17,8 +22,3 @@
> >> 
> >>   * specific language governing permissions and limitations
> >>   * under the License.
> >>   */
> >> 
> >> -/**
> >> - * Support for downloads/uploads using the local filesystem as "remote"
> >> storage. - */
> >> -package org.eclipse.aether.transport.file;
> >> -
> >> 
> >> http://git-wip-us.apache.org/repos/asf/maven-resolver/blob/dee6133d/maven
> >> -re
> >> solver-transport-http/src/main/java/org/eclipse/aether/transport/http/pa
> >> ckag e-info.java
> >> ----------------------------------------------------------------------
> >> diff
> >> --git
> >> a/maven-resolver-transport-http/src/main/java/org/eclipse/aether/transpor
> >> t/
> >> http/package-info.java
> >> b/maven-resolver-transport-http/src/main/java/org/eclipse/aether/transpor
> >> t/
> >> http/package-info.java index 828299e..afed0b2 100644
> >> ---
> >> a/maven-resolver-transport-http/src/main/java/org/eclipse/aether/transpor
> >> t/
> >> http/package-info.java +++
> >> b/maven-resolver-transport-http/src/main/java/org/eclipse/aether/transpor
> >> t/
> >> http/package-info.java @@ -1,4 +1,10 @@
> >> 
> >>  // CHECKSTYLE_OFF: RegexpHeader
> >> 
> >> +/**
> >> + * Support for downloads/uploads via the HTTP and HTTPS protocols. The
> >> current implementation is backed by + * <a
> >> href="http://hc.apache.org/httpcomponents-client-ga/";
> >> target="_blank">Apache HttpClient</a>. + */
> >> +package org.eclipse.aether.transport.http;
> >> +
> >> 
> >>  /*
> >>  
> >>   * Licensed to the Apache Software Foundation (ASF) under one
> >>   * or more contributor license agreements.  See the NOTICE file
> >> 
> >> @@ -17,9 +23,3 @@
> >> 
> >>   * specific language governing permissions and limitations
> >>   * under the License.
> >>   */
> >> 
> >> -/**
> >> - * Support for downloads/uploads via the HTTP and HTTPS protocols. The
> >> current implementation is backed by - * <a
> >> href="http://hc.apache.org/httpcomponents-client-ga/";
> >> target="_blank">Apache HttpClient</a>. - */
> >> -package org.eclipse.aether.transport.http;
> >> -
> >> 
> >> http://git-wip-us.apache.org/repos/asf/maven-resolver/blob/dee6133d/maven
> >> -re
> >> solver-transport-wagon/src/main/java/org/eclipse/aether/internal/transpo
> >> rt/w agon/package-info.java
> >> ----------------------------------------------------------------------
> >> diff
> >> --git
> >> a/maven-resolver-transport-wagon/src/main/java/org/eclipse/aether/interna
> >> l/
> >> transport/wagon/package-info.java
> >> b/maven-resolver-transport-wagon/src/main/java/org/eclipse/aether/interna
> >> l/
> >> transport/wagon/package-info.java index df14e9c..abe358b 100644
> >> ---
> >> a/maven-resolver-transport-wagon/src/main/java/org/eclipse/aether/interna
> >> l/
> >> transport/wagon/package-info.java +++
> >> b/maven-resolver-transport-wagon/src/main/java/org/eclipse/aether/interna
> >> l/
> >> transport/wagon/package-info.java @@ -1,4 +1,10 @@
> >> 
> >>  // CHECKSTYLE_OFF: RegexpHeader
> >> 
> >> +/**
> >> + * Integration with the Plexus IoC container which is the native runtime
> >> environment expected by many wagon + * implementations.
> >> + */
> >> +package org.eclipse.aether.internal.transport.wagon;
> >> +
> >> 
> >>  /*
> >>  
> >>   * Licensed to the Apache Software Foundation (ASF) under one
> >>   * or more contributor license agreements.  See the NOTICE file
> >> 
> >> @@ -17,9 +23,3 @@
> >> 
> >>   * specific language governing permissions and limitations
> >>   * under the License.
> >>   */
> >> 
> >> -/**
> >> - * Integration with the Plexus IoC container which is the native runtime
> >> environment expected by many wagon - * implementations.
> >> - */
> >> -package org.eclipse.aether.internal.transport.wagon;
> >> -
> >> 
> >> http://git-wip-us.apache.org/repos/asf/maven-resolver/blob/dee6133d/maven
> >> -re
> >> solver-transport-wagon/src/main/java/org/eclipse/aether/transport/wagon/
> >> pack age-info.java
> >> ----------------------------------------------------------------------
> >> diff
> >> --git
> >> a/maven-resolver-transport-wagon/src/main/java/org/eclipse/aether/transpo
> >> rt
> >> /wagon/package-info.java
> >> b/maven-resolver-transport-wagon/src/main/java/org/eclipse/aether/transpo
> >> rt
> >> /wagon/package-info.java index 82df9ac..05edfe9 100644
> >> ---
> >> a/maven-resolver-transport-wagon/src/main/java/org/eclipse/aether/transpo
> >> rt
> >> /wagon/package-info.java +++
> >> b/maven-resolver-transport-wagon/src/main/java/org/eclipse/aether/transpo
> >> rt
> >> /wagon/package-info.java @@ -1,4 +1,9 @@
> >> 
> >>  // CHECKSTYLE_OFF: RegexpHeader
> >> 
> >> +/**
> >> + * Support for downloads/uploads using <a
> >> href="http://maven.apache.org/wagon/"; target="_blank">Apache Maven
> >> Wagon</a>. + */
> >> +package org.eclipse.aether.transport.wagon;
> >> +
> >> 
> >>  /*
> >>  
> >>   * Licensed to the Apache Software Foundation (ASF) under one
> >>   * or more contributor license agreements.  See the NOTICE file
> >> 
> >> @@ -17,8 +22,3 @@
> >> 
> >>   * specific language governing permissions and limitations
> >>   * under the License.
> >>   */
> >> 
> >> -/**
> >> - * Support for downloads/uploads using <a
> >> href="http://maven.apache.org/wagon/"; target="_blank">Apache Maven
> >> Wagon</a>. - */
> >> -package org.eclipse.aether.transport.wagon;
> >> -
> >> 
> >> http://git-wip-us.apache.org/repos/asf/maven-resolver/blob/dee6133d/maven
> >> -re
> >> solver-util/src/main/java/org/eclipse/aether/util/artifact/package-info.
> >> java
> >> ----------------------------------------------------------------------
> >> diff --git
> >> a/maven-resolver-util/src/main/java/org/eclipse/aether/util/artifact/pack
> >> ag
> >> e-info.java
> >> b/maven-resolver-util/src/main/java/org/eclipse/aether/util/artifact/pack
> >> ag
> >> e-info.java index 153159f..760380d 100644
> >> ---
> >> a/maven-resolver-util/src/main/java/org/eclipse/aether/util/artifact/pack
> >> ag
> >> e-info.java +++
> >> b/maven-resolver-util/src/main/java/org/eclipse/aether/util/artifact/pack
> >> ag
> >> e-info.java @@ -1,4 +1,9 @@
> >> 
> >>  // CHECKSTYLE_OFF: RegexpHeader
> >> 
> >> +/**
> >> + * Utilities around artifacts and artifact type registries.
> >> + */
> >> +package org.eclipse.aether.util.artifact;
> >> +
> >> 
> >>  /*
> >>  
> >>   * Licensed to the Apache Software Foundation (ASF) under one
> >>   * or more contributor license agreements.  See the NOTICE file
> >> 
> >> @@ -17,8 +22,3 @@
> >> 
> >>   * specific language governing permissions and limitations
> >>   * under the License.
> >>   */
> >> 
> >> -/**
> >> - * Utilities around artifacts and artifact type registries.
> >> - */
> >> -package org.eclipse.aether.util.artifact;
> >> -
> >> 
> >> http://git-wip-us.apache.org/repos/asf/maven-resolver/blob/dee6133d/maven
> >> -re
> >> solver-util/src/main/java/org/eclipse/aether/util/concurrency/package-in
> >> fo.j ava
> >> ----------------------------------------------------------------------
> >> diff --git
> >> a/maven-resolver-util/src/main/java/org/eclipse/aether/util/concurrency/p
> >> ac
> >> kage-info.java
> >> b/maven-resolver-util/src/main/java/org/eclipse/aether/util/concurrency/p
> >> ac
> >> kage-info.java index 2bb7853..83c397a 100644
> >> ---
> >> a/maven-resolver-util/src/main/java/org/eclipse/aether/util/concurrency/p
> >> ac
> >> kage-info.java +++
> >> b/maven-resolver-util/src/main/java/org/eclipse/aether/util/concurrency/p
> >> ac
> >> kage-info.java @@ -1,4 +1,9 @@
> >> 
> >>  // CHECKSTYLE_OFF: RegexpHeader
> >> 
> >> +/**
> >> + * Utilities for concurrent task processing.
> >> + */
> >> +package org.eclipse.aether.util.concurrency;
> >> +
> >> 
> >>  /*
> >>  
> >>   * Licensed to the Apache Software Foundation (ASF) under one
> >>   * or more contributor license agreements.  See the NOTICE file
> >> 
> >> @@ -17,8 +22,3 @@
> >> 
> >>   * specific language governing permissions and limitations
> >>   * under the License.
> >>   */
> >> 
> >> -/**
> >> - * Utilities for concurrent task processing.
> >> - */
> >> -package org.eclipse.aether.util.concurrency;
> >> -
> >> 
> >> http://git-wip-us.apache.org/repos/asf/maven-resolver/blob/dee6133d/maven
> >> -re
> >> solver-util/src/main/java/org/eclipse/aether/util/filter/package-info.ja
> >> va ----------------------------------------------------------------------
> >> diff --git
> >> a/maven-resolver-util/src/main/java/org/eclipse/aether/util/filter/packag
> >> e-
> >> info.java
> >> b/maven-resolver-util/src/main/java/org/eclipse/aether/util/filter/packag
> >> e-
> >> info.java index 6547d2e..fde8529 100644
> >> ---
> >> a/maven-resolver-util/src/main/java/org/eclipse/aether/util/filter/packag
> >> e-
> >> info.java +++
> >> b/maven-resolver-util/src/main/java/org/eclipse/aether/util/filter/packag
> >> e-
> >> info.java @@ -1,4 +1,9 @@
> >> 
> >>  // CHECKSTYLE_OFF: RegexpHeader
> >> 
> >> +/**
> >> + * Various dependency filters for selecting nodes in a dependency graph.
> >> + */
> >> +package org.eclipse.aether.util.filter;
> >> +
> >> 
> >>  /*
> >>  
> >>   * Licensed to the Apache Software Foundation (ASF) under one
> >>   * or more contributor license agreements.  See the NOTICE file
> >> 
> >> @@ -17,8 +22,3 @@
> >> 
> >>   * specific language governing permissions and limitations
> >>   * under the License.
> >>   */
> >> 
> >> -/**
> >> - * Various dependency filters for selecting nodes in a dependency graph.
> >> - */
> >> -package org.eclipse.aether.util.filter;
> >> -
> >> 
> >> http://git-wip-us.apache.org/repos/asf/maven-resolver/blob/dee6133d/maven
> >> -re
> >> solver-util/src/main/java/org/eclipse/aether/util/graph/manager/package-
> >> info .java
> >> ----------------------------------------------------------------------
> >> diff --git
> >> a/maven-resolver-util/src/main/java/org/eclipse/aether/util/graph/manager
> >> /p
> >> ackage-info.java
> >> b/maven-resolver-util/src/main/java/org/eclipse/aether/util/graph/manager
> >> /p
> >> ackage-info.java index 7c7ae12..d39277b 100644
> >> ---
> >> a/maven-resolver-util/src/main/java/org/eclipse/aether/util/graph/manager
> >> /p
> >> ackage-info.java +++
> >> b/maven-resolver-util/src/main/java/org/eclipse/aether/util/graph/manager
> >> /p
> >> ackage-info.java @@ -1,4 +1,9 @@
> >> 
> >>  // CHECKSTYLE_OFF: RegexpHeader
> >> 
> >> +/**
> >> + * Various dependency managers for building a dependency graph.
> >> + */
> >> +package org.eclipse.aether.util.graph.manager;
> >> +
> >> 
> >>  /*
> >>  
> >>   * Licensed to the Apache Software Foundation (ASF) under one
> >>   * or more contributor license agreements.  See the NOTICE file
> >> 
> >> @@ -17,8 +22,3 @@
> >> 
> >>   * specific language governing permissions and limitations
> >>   * under the License.
> >>   */
> >> 
> >> -/**
> >> - * Various dependency managers for building a dependency graph.
> >> - */
> >> -package org.eclipse.aether.util.graph.manager;
> >> -
> >> 
> >> http://git-wip-us.apache.org/repos/asf/maven-resolver/blob/dee6133d/maven
> >> -re
> >> solver-util/src/main/java/org/eclipse/aether/util/graph/selector/package
> >> -inf o.java
> >> ----------------------------------------------------------------------
> >> diff
> >> --git
> >> a/maven-resolver-util/src/main/java/org/eclipse/aether/util/graph/selecto
> >> r/
> >> package-info.java
> >> b/maven-resolver-util/src/main/java/org/eclipse/aether/util/graph/selecto
> >> r/
> >> package-info.java index 3c3cf3c..6eed36b 100644
> >> ---
> >> a/maven-resolver-util/src/main/java/org/eclipse/aether/util/graph/selecto
> >> r/
> >> package-info.java +++
> >> b/maven-resolver-util/src/main/java/org/eclipse/aether/util/graph/selecto
> >> r/
> >> package-info.java @@ -1,4 +1,9 @@
> >> 
> >>  // CHECKSTYLE_OFF: RegexpHeader
> >> 
> >> +/**
> >> + * Various dependency selectors for building a dependency graph.
> >> + */
> >> +package org.eclipse.aether.util.graph.selector;
> >> +
> >> 
> >>  /*
> >>  
> >>   * Licensed to the Apache Software Foundation (ASF) under one
> >>   * or more contributor license agreements.  See the NOTICE file
> >> 
> >> @@ -17,8 +22,3 @@
> >> 
> >>   * specific language governing permissions and limitations
> >>   * under the License.
> >>   */
> >> 
> >> -/**
> >> - * Various dependency selectors for building a dependency graph.
> >> - */
> >> -package org.eclipse.aether.util.graph.selector;
> >> -
> >> 
> >> http://git-wip-us.apache.org/repos/asf/maven-resolver/blob/dee6133d/maven
> >> -re
> >> solver-util/src/main/java/org/eclipse/aether/util/graph/transformer/pack
> >> age- info.java
> >> ----------------------------------------------------------------------
> >> diff
> >> --git
> >> a/maven-resolver-util/src/main/java/org/eclipse/aether/util/graph/transfo
> >> rm
> >> er/package-info.java
> >> b/maven-resolver-util/src/main/java/org/eclipse/aether/util/graph/transfo
> >> rm
> >> er/package-info.java index a41adcd..ffa5514 100644
> >> ---
> >> a/maven-resolver-util/src/main/java/org/eclipse/aether/util/graph/transfo
> >> rm
> >> er/package-info.java +++
> >> b/maven-resolver-util/src/main/java/org/eclipse/aether/util/graph/transfo
> >> rm
> >> er/package-info.java @@ -1,4 +1,9 @@
> >> 
> >>  // CHECKSTYLE_OFF: RegexpHeader
> >> 
> >> +/**
> >> + * Various dependency graph transformers for post-processing a
> >> dependency
> >> graph. + */
> >> +package org.eclipse.aether.util.graph.transformer;
> >> +
> >> 
> >>  /*
> >>  
> >>   * Licensed to the Apache Software Foundation (ASF) under one
> >>   * or more contributor license agreements.  See the NOTICE file
> >> 
> >> @@ -17,8 +22,3 @@
> >> 
> >>   * specific language governing permissions and limitations
> >>   * under the License.
> >>   */
> >> 
> >> -/**
> >> - * Various dependency graph transformers for post-processing a
> >> dependency
> >> graph. - */
> >> -package org.eclipse.aether.util.graph.transformer;
> >> -
> >> 
> >> http://git-wip-us.apache.org/repos/asf/maven-resolver/blob/dee6133d/maven
> >> -re
> >> solver-util/src/main/java/org/eclipse/aether/util/graph/traverser/packag
> >> e-in fo.java
> >> ----------------------------------------------------------------------
> >> diff
> >> --git
> >> a/maven-resolver-util/src/main/java/org/eclipse/aether/util/graph/travers
> >> er
> >> /package-info.java
> >> b/maven-resolver-util/src/main/java/org/eclipse/aether/util/graph/travers
> >> er
> >> /package-info.java index a1b71e0..9ae8caf 100644
> >> ---
> >> a/maven-resolver-util/src/main/java/org/eclipse/aether/util/graph/travers
> >> er
> >> /package-info.java +++
> >> b/maven-resolver-util/src/main/java/org/eclipse/aether/util/graph/travers
> >> er
> >> /package-info.java @@ -1,4 +1,9 @@
> >> 
> >>  // CHECKSTYLE_OFF: RegexpHeader
> >> 
> >> +/**
> >> + * Various dependency traversers for building a dependency graph.
> >> + */
> >> +package org.eclipse.aether.util.graph.traverser;
> >> +
> >> 
> >>  /*
> >>  
> >>   * Licensed to the Apache Software Foundation (ASF) under one
> >>   * or more contributor license agreements.  See the NOTICE file
> >> 
> >> @@ -17,8 +22,3 @@
> >> 
> >>   * specific language governing permissions and limitations
> >>   * under the License.
> >>   */
> >> 
> >> -/**
> >> - * Various dependency traversers for building a dependency graph.
> >> - */
> >> -package org.eclipse.aether.util.graph.traverser;
> >> -
> >> 
> >> http://git-wip-us.apache.org/repos/asf/maven-resolver/blob/dee6133d/maven
> >> -re
> >> solver-util/src/main/java/org/eclipse/aether/util/graph/version/package-
> >> info .java
> >> ----------------------------------------------------------------------
> >> diff --git
> >> a/maven-resolver-util/src/main/java/org/eclipse/aether/util/graph/version
> >> /p
> >> ackage-info.java
> >> b/maven-resolver-util/src/main/java/org/eclipse/aether/util/graph/version
> >> /p
> >> ackage-info.java index a9f4649..c64c2cb 100644
> >> ---
> >> a/maven-resolver-util/src/main/java/org/eclipse/aether/util/graph/version
> >> /p
> >> ackage-info.java +++
> >> b/maven-resolver-util/src/main/java/org/eclipse/aether/util/graph/version
> >> /p
> >> ackage-info.java @@ -1,4 +1,9 @@
> >> 
> >>  // CHECKSTYLE_OFF: RegexpHeader
> >> 
> >> +/**
> >> + * Various version filters for building a dependency graph.
> >> + */
> >> +package org.eclipse.aether.util.graph.version;
> >> +
> >> 
> >>  /*
> >>  
> >>   * Licensed to the Apache Software Foundation (ASF) under one
> >>   * or more contributor license agreements.  See the NOTICE file
> >> 
> >> @@ -17,8 +22,3 @@
> >> 
> >>   * specific language governing permissions and limitations
> >>   * under the License.
> >>   */
> >> 
> >> -/**
> >> - * Various version filters for building a dependency graph.
> >> - */
> >> -package org.eclipse.aether.util.graph.version;
> >> -
> >> 
> >> http://git-wip-us.apache.org/repos/asf/maven-resolver/blob/dee6133d/maven
> >> -re
> >> solver-util/src/main/java/org/eclipse/aether/util/graph/visitor/package-
> >> info .java
> >> ----------------------------------------------------------------------
> >> diff --git
> >> a/maven-resolver-util/src/main/java/org/eclipse/aether/util/graph/visitor
> >> /p
> >> ackage-info.java
> >> b/maven-resolver-util/src/main/java/org/eclipse/aether/util/graph/visitor
> >> /p
> >> ackage-info.java index 3ea9968..15ca262 100644
> >> ---
> >> a/maven-resolver-util/src/main/java/org/eclipse/aether/util/graph/visitor
> >> /p
> >> ackage-info.java +++
> >> b/maven-resolver-util/src/main/java/org/eclipse/aether/util/graph/visitor
> >> /p
> >> ackage-info.java @@ -1,4 +1,9 @@
> >> 
> >>  // CHECKSTYLE_OFF: RegexpHeader
> >> 
> >> +/**
> >> + * Various dependency visitors for inspecting a dependency graph.
> >> + */
> >> +package org.eclipse.aether.util.graph.visitor;
> >> +
> >> 
> >>  /*
> >>  
> >>   * Licensed to the Apache Software Foundation (ASF) under one
> >>   * or more contributor license agreements.  See the NOTICE file
> >> 
> >> @@ -17,8 +22,3 @@
> >> 
> >>   * specific language governing permissions and limitations
> >>   * under the License.
> >>   */
> >> 
> >> -/**
> >> - * Various dependency visitors for inspecting a dependency graph.
> >> - */
> >> -package org.eclipse.aether.util.graph.visitor;
> >> -
> >> 
> >> http://git-wip-us.apache.org/repos/asf/maven-resolver/blob/dee6133d/maven
> >> -re
> >> solver-util/src/main/java/org/eclipse/aether/util/listener/package-info.
> >> java
> >> ----------------------------------------------------------------------
> >> diff --git
> >> a/maven-resolver-util/src/main/java/org/eclipse/aether/util/listener/pack
> >> ag
> >> e-info.java
> >> b/maven-resolver-util/src/main/java/org/eclipse/aether/util/listener/pack
> >> ag
> >> e-info.java index 9f0be58..dce9436 100644
> >> ---
> >> a/maven-resolver-util/src/main/java/org/eclipse/aether/util/listener/pack
> >> ag
> >> e-info.java +++
> >> b/maven-resolver-util/src/main/java/org/eclipse/aether/util/listener/pack
> >> ag
> >> e-info.java @@ -1,4 +1,9 @@
> >> 
> >>  // CHECKSTYLE_OFF: RegexpHeader
> >> 
> >> +/**
> >> + * Utilities to build repository and transfer listeners.
> >> + */
> >> +package org.eclipse.aether.util.listener;
> >> +
> >> 
> >>  /*
> >>  
> >>   * Licensed to the Apache Software Foundation (ASF) under one
> >>   * or more contributor license agreements.  See the NOTICE file
> >> 
> >> @@ -17,8 +22,3 @@
> >> 
> >>   * specific language governing permissions and limitations
> >>   * under the License.
> >>   */
> >> 
> >> -/**
> >> - * Utilities to build repository and transfer listeners.
> >> - */
> >> -package org.eclipse.aether.util.listener;
> >> -
> >> 
> >> http://git-wip-us.apache.org/repos/asf/maven-resolver/blob/dee6133d/maven
> >> -re solver-util/src/main/java/org/eclipse/aether/util/package-info.java
> >> ----------------------------------------------------------------------
> >> diff --git
> >> a/maven-resolver-util/src/main/java/org/eclipse/aether/util/package-info.
> >> ja
> >> va
> >> b/maven-resolver-util/src/main/java/org/eclipse/aether/util/package-info.
> >> ja
> >> va index 605e777..5316310 100644
> >> ---
> >> a/maven-resolver-util/src/main/java/org/eclipse/aether/util/package-info.
> >> ja
> >> va +++
> >> b/maven-resolver-util/src/main/java/org/eclipse/aether/util/package-info.
> >> ja
> >> va @@ -1,4 +1,9 @@
> >> 
> >>  // CHECKSTYLE_OFF: RegexpHeader
> >> 
> >> +/**
> >> + * Miscellaneous utility classes.
> >> + */
> >> +package org.eclipse.aether.util;
> >> +
> >> 
> >>  /*
> >>  
> >>   * Licensed to the Apache Software Foundation (ASF) under one
> >>   * or more contributor license agreements.  See the NOTICE file
> >> 
> >> @@ -17,8 +22,3 @@
> >> 
> >>   * specific language governing permissions and limitations
> >>   * under the License.
> >>   */
> >> 
> >> -/**
> >> - * Miscellaneous utility classes.
> >> - */
> >> -package org.eclipse.aether.util;
> >> -
> >> 
> >> http://git-wip-us.apache.org/repos/asf/maven-resolver/blob/dee6133d/maven
> >> -re
> >> solver-util/src/main/java/org/eclipse/aether/util/repository/package-inf
> >> o.ja va
> >> ----------------------------------------------------------------------
> >> diff --git
> >> a/maven-resolver-util/src/main/java/org/eclipse/aether/util/repository/pa
> >> ck
> >> age-info.java
> >> b/maven-resolver-util/src/main/java/org/eclipse/aether/util/repository/pa
> >> ck
> >> age-info.java index 1c0a194..bea0b2a 100644
> >> ---
> >> a/maven-resolver-util/src/main/java/org/eclipse/aether/util/repository/pa
> >> ck
> >> age-info.java +++
> >> b/maven-resolver-util/src/main/java/org/eclipse/aether/util/repository/pa
> >> ck
> >> age-info.java @@ -1,4 +1,9 @@
> >> 
> >>  // CHECKSTYLE_OFF: RegexpHeader
> >> 
> >> +/**
> >> + * Ready-to-use selectors for authentication, proxies and mirrors and a
> >> few other repository related utilities. + */
> >> +package org.eclipse.aether.util.repository;
> >> +
> >> 
> >>  /*
> >>  
> >>   * Licensed to the Apache Software Foundation (ASF) under one
> >>   * or more contributor license agreements.  See the NOTICE file
> >> 
> >> @@ -17,8 +22,3 @@
> >> 
> >>   * specific language governing permissions and limitations
> >>   * under the License.
> >>   */
> >> 
> >> -/**
> >> - * Ready-to-use selectors for authentication, proxies and mirrors and a
> >> few other repository related utilities. - */
> >> -package org.eclipse.aether.util.repository;
> >> -
> >> 
> >> http://git-wip-us.apache.org/repos/asf/maven-resolver/blob/dee6133d/maven
> >> -re
> >> solver-util/src/main/java/org/eclipse/aether/util/version/package-info.j
> >> ava
> >> ----------------------------------------------------------------------
> >> diff --git
> >> a/maven-resolver-util/src/main/java/org/eclipse/aether/util/version/packa
> >> ge
> >> -info.java
> >> b/maven-resolver-util/src/main/java/org/eclipse/aether/util/version/packa
> >> ge
> >> -info.java index 18dc724..84cccf6 100644
> >> ---
> >> a/maven-resolver-util/src/main/java/org/eclipse/aether/util/version/packa
> >> ge
> >> -info.java +++
> >> b/maven-resolver-util/src/main/java/org/eclipse/aether/util/version/packa
> >> ge
> >> -info.java @@ -1,4 +1,9 @@
> >> 
> >>  // CHECKSTYLE_OFF: RegexpHeader
> >> 
> >> +/**
> >> + * Ready-to-use version schemes for parsing/comparing versions.
> >> + */
> >> +package org.eclipse.aether.util.version;
> >> +
> >> 
> >>  /*
> >>  
> >>   * Licensed to the Apache Software Foundation (ASF) under one
> >>   * or more contributor license agreements.  See the NOTICE file
> >> 
> >> @@ -17,8 +22,3 @@
> >> 
> >>   * specific language governing permissions and limitations
> >>   * under the License.
> >>   */
> >> 
> >> -/**
> >> - * Ready-to-use version schemes for parsing/comparing versions.
> >> - */
> >> -package org.eclipse.aether.util.version;
> >> -
> > 
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> > For additional commands, e-mail: dev-h...@maven.apache.org
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> For additional commands, e-mail: dev-h...@maven.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org

Reply via email to