You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2016/05/03 22:56:17 UTC

[6/7] maven-aether git commit: activated Checkstyle back

http://git-wip-us.apache.org/repos/asf/maven-aether/blob/aa637a84/aether-api/src/main/java/org/eclipse/aether/repository/Authentication.java
----------------------------------------------------------------------
diff --git a/aether-api/src/main/java/org/eclipse/aether/repository/Authentication.java b/aether-api/src/main/java/org/eclipse/aether/repository/Authentication.java
index d4b6905..d85c2a2 100644
--- a/aether-api/src/main/java/org/eclipse/aether/repository/Authentication.java
+++ b/aether-api/src/main/java/org/eclipse/aether/repository/Authentication.java
@@ -1,3 +1,5 @@
+package org.eclipse.aether.repository;
+
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -16,7 +18,6 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package org.eclipse.aether.repository;
 
 import java.util.Map;
 

http://git-wip-us.apache.org/repos/asf/maven-aether/blob/aa637a84/aether-api/src/main/java/org/eclipse/aether/repository/AuthenticationContext.java
----------------------------------------------------------------------
diff --git a/aether-api/src/main/java/org/eclipse/aether/repository/AuthenticationContext.java b/aether-api/src/main/java/org/eclipse/aether/repository/AuthenticationContext.java
index 93e14d8..bd248a0 100644
--- a/aether-api/src/main/java/org/eclipse/aether/repository/AuthenticationContext.java
+++ b/aether-api/src/main/java/org/eclipse/aether/repository/AuthenticationContext.java
@@ -1,3 +1,5 @@
+package org.eclipse.aether.repository;
+
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -16,7 +18,6 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package org.eclipse.aether.repository;
 
 import java.io.Closeable;
 import java.io.File;

http://git-wip-us.apache.org/repos/asf/maven-aether/blob/aa637a84/aether-api/src/main/java/org/eclipse/aether/repository/AuthenticationDigest.java
----------------------------------------------------------------------
diff --git a/aether-api/src/main/java/org/eclipse/aether/repository/AuthenticationDigest.java b/aether-api/src/main/java/org/eclipse/aether/repository/AuthenticationDigest.java
index 5d01b3b..03725b6 100644
--- a/aether-api/src/main/java/org/eclipse/aether/repository/AuthenticationDigest.java
+++ b/aether-api/src/main/java/org/eclipse/aether/repository/AuthenticationDigest.java
@@ -1,3 +1,5 @@
+package org.eclipse.aether.repository;
+
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -16,7 +18,6 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package org.eclipse.aether.repository;
 
 import java.io.UnsupportedEncodingException;
 import java.security.MessageDigest;

http://git-wip-us.apache.org/repos/asf/maven-aether/blob/aa637a84/aether-api/src/main/java/org/eclipse/aether/repository/AuthenticationSelector.java
----------------------------------------------------------------------
diff --git a/aether-api/src/main/java/org/eclipse/aether/repository/AuthenticationSelector.java b/aether-api/src/main/java/org/eclipse/aether/repository/AuthenticationSelector.java
index c8ce532..0637d1c 100644
--- a/aether-api/src/main/java/org/eclipse/aether/repository/AuthenticationSelector.java
+++ b/aether-api/src/main/java/org/eclipse/aether/repository/AuthenticationSelector.java
@@ -1,3 +1,5 @@
+package org.eclipse.aether.repository;
+
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -16,7 +18,6 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package org.eclipse.aether.repository;
 
 /**
  * Selects authentication for a given remote repository.

http://git-wip-us.apache.org/repos/asf/maven-aether/blob/aa637a84/aether-api/src/main/java/org/eclipse/aether/repository/LocalArtifactRegistration.java
----------------------------------------------------------------------
diff --git a/aether-api/src/main/java/org/eclipse/aether/repository/LocalArtifactRegistration.java b/aether-api/src/main/java/org/eclipse/aether/repository/LocalArtifactRegistration.java
index 419608b..1065779 100644
--- a/aether-api/src/main/java/org/eclipse/aether/repository/LocalArtifactRegistration.java
+++ b/aether-api/src/main/java/org/eclipse/aether/repository/LocalArtifactRegistration.java
@@ -1,3 +1,5 @@
+package org.eclipse.aether.repository;
+
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -16,7 +18,6 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package org.eclipse.aether.repository;
 
 import java.util.Collection;
 import java.util.Collections;

http://git-wip-us.apache.org/repos/asf/maven-aether/blob/aa637a84/aether-api/src/main/java/org/eclipse/aether/repository/LocalArtifactRequest.java
----------------------------------------------------------------------
diff --git a/aether-api/src/main/java/org/eclipse/aether/repository/LocalArtifactRequest.java b/aether-api/src/main/java/org/eclipse/aether/repository/LocalArtifactRequest.java
index fc24f87..8f6eabf 100644
--- a/aether-api/src/main/java/org/eclipse/aether/repository/LocalArtifactRequest.java
+++ b/aether-api/src/main/java/org/eclipse/aether/repository/LocalArtifactRequest.java
@@ -1,3 +1,5 @@
+package org.eclipse.aether.repository;
+
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -16,7 +18,6 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package org.eclipse.aether.repository;
 
 import java.util.Collections;
 import java.util.List;

http://git-wip-us.apache.org/repos/asf/maven-aether/blob/aa637a84/aether-api/src/main/java/org/eclipse/aether/repository/LocalArtifactResult.java
----------------------------------------------------------------------
diff --git a/aether-api/src/main/java/org/eclipse/aether/repository/LocalArtifactResult.java b/aether-api/src/main/java/org/eclipse/aether/repository/LocalArtifactResult.java
index f242da9..e611b27 100644
--- a/aether-api/src/main/java/org/eclipse/aether/repository/LocalArtifactResult.java
+++ b/aether-api/src/main/java/org/eclipse/aether/repository/LocalArtifactResult.java
@@ -1,3 +1,5 @@
+package org.eclipse.aether.repository;
+
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -16,7 +18,6 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package org.eclipse.aether.repository;
 
 import java.io.File;
 

http://git-wip-us.apache.org/repos/asf/maven-aether/blob/aa637a84/aether-api/src/main/java/org/eclipse/aether/repository/LocalMetadataRegistration.java
----------------------------------------------------------------------
diff --git a/aether-api/src/main/java/org/eclipse/aether/repository/LocalMetadataRegistration.java b/aether-api/src/main/java/org/eclipse/aether/repository/LocalMetadataRegistration.java
index c8616b9..dd0d587 100644
--- a/aether-api/src/main/java/org/eclipse/aether/repository/LocalMetadataRegistration.java
+++ b/aether-api/src/main/java/org/eclipse/aether/repository/LocalMetadataRegistration.java
@@ -1,3 +1,5 @@
+package org.eclipse.aether.repository;
+
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -16,7 +18,6 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package org.eclipse.aether.repository;
 
 import java.util.Collection;
 import java.util.Collections;

http://git-wip-us.apache.org/repos/asf/maven-aether/blob/aa637a84/aether-api/src/main/java/org/eclipse/aether/repository/LocalMetadataRequest.java
----------------------------------------------------------------------
diff --git a/aether-api/src/main/java/org/eclipse/aether/repository/LocalMetadataRequest.java b/aether-api/src/main/java/org/eclipse/aether/repository/LocalMetadataRequest.java
index ae5a6db..4c8f270 100644
--- a/aether-api/src/main/java/org/eclipse/aether/repository/LocalMetadataRequest.java
+++ b/aether-api/src/main/java/org/eclipse/aether/repository/LocalMetadataRequest.java
@@ -1,3 +1,5 @@
+package org.eclipse.aether.repository;
+
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -16,7 +18,6 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package org.eclipse.aether.repository;
 
 import org.eclipse.aether.RepositorySystemSession;
 import org.eclipse.aether.metadata.Metadata;

http://git-wip-us.apache.org/repos/asf/maven-aether/blob/aa637a84/aether-api/src/main/java/org/eclipse/aether/repository/LocalMetadataResult.java
----------------------------------------------------------------------
diff --git a/aether-api/src/main/java/org/eclipse/aether/repository/LocalMetadataResult.java b/aether-api/src/main/java/org/eclipse/aether/repository/LocalMetadataResult.java
index 5358538..29bd045 100644
--- a/aether-api/src/main/java/org/eclipse/aether/repository/LocalMetadataResult.java
+++ b/aether-api/src/main/java/org/eclipse/aether/repository/LocalMetadataResult.java
@@ -1,3 +1,5 @@
+package org.eclipse.aether.repository;
+
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -16,7 +18,6 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package org.eclipse.aether.repository;
 
 import java.io.File;
 

http://git-wip-us.apache.org/repos/asf/maven-aether/blob/aa637a84/aether-api/src/main/java/org/eclipse/aether/repository/LocalRepository.java
----------------------------------------------------------------------
diff --git a/aether-api/src/main/java/org/eclipse/aether/repository/LocalRepository.java b/aether-api/src/main/java/org/eclipse/aether/repository/LocalRepository.java
index 042c5e3..32dce73 100644
--- a/aether-api/src/main/java/org/eclipse/aether/repository/LocalRepository.java
+++ b/aether-api/src/main/java/org/eclipse/aether/repository/LocalRepository.java
@@ -1,3 +1,5 @@
+package org.eclipse.aether.repository;
+
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -16,7 +18,6 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package org.eclipse.aether.repository;
 
 import java.io.File;
 

http://git-wip-us.apache.org/repos/asf/maven-aether/blob/aa637a84/aether-api/src/main/java/org/eclipse/aether/repository/LocalRepositoryManager.java
----------------------------------------------------------------------
diff --git a/aether-api/src/main/java/org/eclipse/aether/repository/LocalRepositoryManager.java b/aether-api/src/main/java/org/eclipse/aether/repository/LocalRepositoryManager.java
index ea3b5c7..649707c 100644
--- a/aether-api/src/main/java/org/eclipse/aether/repository/LocalRepositoryManager.java
+++ b/aether-api/src/main/java/org/eclipse/aether/repository/LocalRepositoryManager.java
@@ -1,3 +1,5 @@
+package org.eclipse.aether.repository;
+
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -16,7 +18,6 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package org.eclipse.aether.repository;
 
 import org.eclipse.aether.RepositorySystemSession;
 import org.eclipse.aether.artifact.Artifact;

http://git-wip-us.apache.org/repos/asf/maven-aether/blob/aa637a84/aether-api/src/main/java/org/eclipse/aether/repository/MirrorSelector.java
----------------------------------------------------------------------
diff --git a/aether-api/src/main/java/org/eclipse/aether/repository/MirrorSelector.java b/aether-api/src/main/java/org/eclipse/aether/repository/MirrorSelector.java
index 61b4f0c..d50262c 100644
--- a/aether-api/src/main/java/org/eclipse/aether/repository/MirrorSelector.java
+++ b/aether-api/src/main/java/org/eclipse/aether/repository/MirrorSelector.java
@@ -1,3 +1,5 @@
+package org.eclipse.aether.repository;
+
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -16,7 +18,6 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package org.eclipse.aether.repository;
 
 /**
  * Selects a mirror for a given remote repository.

http://git-wip-us.apache.org/repos/asf/maven-aether/blob/aa637a84/aether-api/src/main/java/org/eclipse/aether/repository/NoLocalRepositoryManagerException.java
----------------------------------------------------------------------
diff --git a/aether-api/src/main/java/org/eclipse/aether/repository/NoLocalRepositoryManagerException.java b/aether-api/src/main/java/org/eclipse/aether/repository/NoLocalRepositoryManagerException.java
index eee4d5c..c804821 100644
--- a/aether-api/src/main/java/org/eclipse/aether/repository/NoLocalRepositoryManagerException.java
+++ b/aether-api/src/main/java/org/eclipse/aether/repository/NoLocalRepositoryManagerException.java
@@ -1,3 +1,5 @@
+package org.eclipse.aether.repository;
+
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -16,7 +18,6 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package org.eclipse.aether.repository;
 
 import org.eclipse.aether.RepositoryException;
 

http://git-wip-us.apache.org/repos/asf/maven-aether/blob/aa637a84/aether-api/src/main/java/org/eclipse/aether/repository/Proxy.java
----------------------------------------------------------------------
diff --git a/aether-api/src/main/java/org/eclipse/aether/repository/Proxy.java b/aether-api/src/main/java/org/eclipse/aether/repository/Proxy.java
index d5a33c9..8e8cba1 100644
--- a/aether-api/src/main/java/org/eclipse/aether/repository/Proxy.java
+++ b/aether-api/src/main/java/org/eclipse/aether/repository/Proxy.java
@@ -1,3 +1,5 @@
+package org.eclipse.aether.repository;
+
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -16,7 +18,6 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package org.eclipse.aether.repository;
 
 /**
  * A proxy to use for connections to a repository.

http://git-wip-us.apache.org/repos/asf/maven-aether/blob/aa637a84/aether-api/src/main/java/org/eclipse/aether/repository/ProxySelector.java
----------------------------------------------------------------------
diff --git a/aether-api/src/main/java/org/eclipse/aether/repository/ProxySelector.java b/aether-api/src/main/java/org/eclipse/aether/repository/ProxySelector.java
index aab1828..29b9e4e 100644
--- a/aether-api/src/main/java/org/eclipse/aether/repository/ProxySelector.java
+++ b/aether-api/src/main/java/org/eclipse/aether/repository/ProxySelector.java
@@ -1,3 +1,5 @@
+package org.eclipse.aether.repository;
+
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -16,7 +18,6 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package org.eclipse.aether.repository;
 
 /**
  * Selects a proxy for a given remote repository.

http://git-wip-us.apache.org/repos/asf/maven-aether/blob/aa637a84/aether-api/src/main/java/org/eclipse/aether/repository/RemoteRepository.java
----------------------------------------------------------------------
diff --git a/aether-api/src/main/java/org/eclipse/aether/repository/RemoteRepository.java b/aether-api/src/main/java/org/eclipse/aether/repository/RemoteRepository.java
index 83afaa2..31259ca 100644
--- a/aether-api/src/main/java/org/eclipse/aether/repository/RemoteRepository.java
+++ b/aether-api/src/main/java/org/eclipse/aether/repository/RemoteRepository.java
@@ -1,3 +1,5 @@
+package org.eclipse.aether.repository;
+
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -16,7 +18,6 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package org.eclipse.aether.repository;
 
 import java.util.ArrayList;
 import java.util.Arrays;

http://git-wip-us.apache.org/repos/asf/maven-aether/blob/aa637a84/aether-api/src/main/java/org/eclipse/aether/repository/RepositoryPolicy.java
----------------------------------------------------------------------
diff --git a/aether-api/src/main/java/org/eclipse/aether/repository/RepositoryPolicy.java b/aether-api/src/main/java/org/eclipse/aether/repository/RepositoryPolicy.java
index 469556d..18fb850 100644
--- a/aether-api/src/main/java/org/eclipse/aether/repository/RepositoryPolicy.java
+++ b/aether-api/src/main/java/org/eclipse/aether/repository/RepositoryPolicy.java
@@ -1,3 +1,5 @@
+package org.eclipse.aether.repository;
+
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -16,7 +18,6 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package org.eclipse.aether.repository;
 
 /**
  * A policy controlling access to a repository.

http://git-wip-us.apache.org/repos/asf/maven-aether/blob/aa637a84/aether-api/src/main/java/org/eclipse/aether/repository/WorkspaceReader.java
----------------------------------------------------------------------
diff --git a/aether-api/src/main/java/org/eclipse/aether/repository/WorkspaceReader.java b/aether-api/src/main/java/org/eclipse/aether/repository/WorkspaceReader.java
index eebcd25..d1140f3 100644
--- a/aether-api/src/main/java/org/eclipse/aether/repository/WorkspaceReader.java
+++ b/aether-api/src/main/java/org/eclipse/aether/repository/WorkspaceReader.java
@@ -1,3 +1,5 @@
+package org.eclipse.aether.repository;
+
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -16,7 +18,6 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package org.eclipse.aether.repository;
 
 import java.io.File;
 import java.util.List;

http://git-wip-us.apache.org/repos/asf/maven-aether/blob/aa637a84/aether-api/src/main/java/org/eclipse/aether/repository/WorkspaceRepository.java
----------------------------------------------------------------------
diff --git a/aether-api/src/main/java/org/eclipse/aether/repository/WorkspaceRepository.java b/aether-api/src/main/java/org/eclipse/aether/repository/WorkspaceRepository.java
index 6bde85b..38dc5c5 100644
--- a/aether-api/src/main/java/org/eclipse/aether/repository/WorkspaceRepository.java
+++ b/aether-api/src/main/java/org/eclipse/aether/repository/WorkspaceRepository.java
@@ -1,3 +1,5 @@
+package org.eclipse.aether.repository;
+
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -16,7 +18,6 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package org.eclipse.aether.repository;
 
 import java.util.UUID;
 

http://git-wip-us.apache.org/repos/asf/maven-aether/blob/aa637a84/aether-api/src/main/java/org/eclipse/aether/repository/package-info.java
----------------------------------------------------------------------
diff --git a/aether-api/src/main/java/org/eclipse/aether/repository/package-info.java b/aether-api/src/main/java/org/eclipse/aether/repository/package-info.java
index 13aeef2..538e7f1 100644
--- a/aether-api/src/main/java/org/eclipse/aether/repository/package-info.java
+++ b/aether-api/src/main/java/org/eclipse/aether/repository/package-info.java
@@ -1,3 +1,4 @@
+// CHECKSTYLE_OFF: RegexpHeader
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file

http://git-wip-us.apache.org/repos/asf/maven-aether/blob/aa637a84/aether-api/src/main/java/org/eclipse/aether/resolution/ArtifactDescriptorException.java
----------------------------------------------------------------------
diff --git a/aether-api/src/main/java/org/eclipse/aether/resolution/ArtifactDescriptorException.java b/aether-api/src/main/java/org/eclipse/aether/resolution/ArtifactDescriptorException.java
index e0655f2..d645a82 100644
--- a/aether-api/src/main/java/org/eclipse/aether/resolution/ArtifactDescriptorException.java
+++ b/aether-api/src/main/java/org/eclipse/aether/resolution/ArtifactDescriptorException.java
@@ -1,3 +1,5 @@
+package org.eclipse.aether.resolution;
+
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -16,7 +18,6 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package org.eclipse.aether.resolution;
 
 import org.eclipse.aether.RepositoryException;
 

http://git-wip-us.apache.org/repos/asf/maven-aether/blob/aa637a84/aether-api/src/main/java/org/eclipse/aether/resolution/ArtifactDescriptorPolicy.java
----------------------------------------------------------------------
diff --git a/aether-api/src/main/java/org/eclipse/aether/resolution/ArtifactDescriptorPolicy.java b/aether-api/src/main/java/org/eclipse/aether/resolution/ArtifactDescriptorPolicy.java
index afd0ab0..c4de9b2 100644
--- a/aether-api/src/main/java/org/eclipse/aether/resolution/ArtifactDescriptorPolicy.java
+++ b/aether-api/src/main/java/org/eclipse/aether/resolution/ArtifactDescriptorPolicy.java
@@ -1,3 +1,5 @@
+package org.eclipse.aether.resolution;
+
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -16,7 +18,6 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package org.eclipse.aether.resolution;
 
 import org.eclipse.aether.RepositorySystemSession;
 

http://git-wip-us.apache.org/repos/asf/maven-aether/blob/aa637a84/aether-api/src/main/java/org/eclipse/aether/resolution/ArtifactDescriptorPolicyRequest.java
----------------------------------------------------------------------
diff --git a/aether-api/src/main/java/org/eclipse/aether/resolution/ArtifactDescriptorPolicyRequest.java b/aether-api/src/main/java/org/eclipse/aether/resolution/ArtifactDescriptorPolicyRequest.java
index 866d287..ffaac16 100644
--- a/aether-api/src/main/java/org/eclipse/aether/resolution/ArtifactDescriptorPolicyRequest.java
+++ b/aether-api/src/main/java/org/eclipse/aether/resolution/ArtifactDescriptorPolicyRequest.java
@@ -1,3 +1,5 @@
+package org.eclipse.aether.resolution;
+
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -16,7 +18,6 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package org.eclipse.aether.resolution;
 
 import org.eclipse.aether.artifact.Artifact;
 

http://git-wip-us.apache.org/repos/asf/maven-aether/blob/aa637a84/aether-api/src/main/java/org/eclipse/aether/resolution/ArtifactDescriptorRequest.java
----------------------------------------------------------------------
diff --git a/aether-api/src/main/java/org/eclipse/aether/resolution/ArtifactDescriptorRequest.java b/aether-api/src/main/java/org/eclipse/aether/resolution/ArtifactDescriptorRequest.java
index 0e0c6d9..387b1dc 100644
--- a/aether-api/src/main/java/org/eclipse/aether/resolution/ArtifactDescriptorRequest.java
+++ b/aether-api/src/main/java/org/eclipse/aether/resolution/ArtifactDescriptorRequest.java
@@ -1,3 +1,5 @@
+package org.eclipse.aether.resolution;
+
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -16,7 +18,6 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package org.eclipse.aether.resolution;
 
 import java.util.ArrayList;
 import java.util.Collections;

http://git-wip-us.apache.org/repos/asf/maven-aether/blob/aa637a84/aether-api/src/main/java/org/eclipse/aether/resolution/ArtifactDescriptorResult.java
----------------------------------------------------------------------
diff --git a/aether-api/src/main/java/org/eclipse/aether/resolution/ArtifactDescriptorResult.java b/aether-api/src/main/java/org/eclipse/aether/resolution/ArtifactDescriptorResult.java
index 74fbbd1..4c53b6e 100644
--- a/aether-api/src/main/java/org/eclipse/aether/resolution/ArtifactDescriptorResult.java
+++ b/aether-api/src/main/java/org/eclipse/aether/resolution/ArtifactDescriptorResult.java
@@ -1,3 +1,5 @@
+package org.eclipse.aether.resolution;
+
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -16,7 +18,6 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package org.eclipse.aether.resolution;
 
 import java.util.ArrayList;
 import java.util.Collection;

http://git-wip-us.apache.org/repos/asf/maven-aether/blob/aa637a84/aether-api/src/main/java/org/eclipse/aether/resolution/ArtifactRequest.java
----------------------------------------------------------------------
diff --git a/aether-api/src/main/java/org/eclipse/aether/resolution/ArtifactRequest.java b/aether-api/src/main/java/org/eclipse/aether/resolution/ArtifactRequest.java
index 6b18aab..a220207 100644
--- a/aether-api/src/main/java/org/eclipse/aether/resolution/ArtifactRequest.java
+++ b/aether-api/src/main/java/org/eclipse/aether/resolution/ArtifactRequest.java
@@ -1,3 +1,5 @@
+package org.eclipse.aether.resolution;
+
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -16,7 +18,6 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package org.eclipse.aether.resolution;
 
 import java.util.ArrayList;
 import java.util.Collections;

http://git-wip-us.apache.org/repos/asf/maven-aether/blob/aa637a84/aether-api/src/main/java/org/eclipse/aether/resolution/ArtifactResolutionException.java
----------------------------------------------------------------------
diff --git a/aether-api/src/main/java/org/eclipse/aether/resolution/ArtifactResolutionException.java b/aether-api/src/main/java/org/eclipse/aether/resolution/ArtifactResolutionException.java
index a1644c8..bfae4a0 100644
--- a/aether-api/src/main/java/org/eclipse/aether/resolution/ArtifactResolutionException.java
+++ b/aether-api/src/main/java/org/eclipse/aether/resolution/ArtifactResolutionException.java
@@ -1,3 +1,5 @@
+package org.eclipse.aether.resolution;
+
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -16,7 +18,6 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package org.eclipse.aether.resolution;
 
 import java.util.Collections;
 import java.util.List;
@@ -42,7 +43,7 @@ public class ArtifactResolutionException
     public ArtifactResolutionException( List<ArtifactResult> results )
     {
         super( getMessage( results ), getCause( results ) );
-        this.results = ( results != null ) ? results : Collections.<ArtifactResult> emptyList();
+        this.results = ( results != null ) ? results : Collections.<ArtifactResult>emptyList();
     }
 
     /**
@@ -54,7 +55,7 @@ public class ArtifactResolutionException
     public ArtifactResolutionException( List<ArtifactResult> results, String message )
     {
         super( message, getCause( results ) );
-        this.results = ( results != null ) ? results : Collections.<ArtifactResult> emptyList();
+        this.results = ( results != null ) ? results : Collections.<ArtifactResult>emptyList();
     }
 
     /**
@@ -67,7 +68,7 @@ public class ArtifactResolutionException
     public ArtifactResolutionException( List<ArtifactResult> results, String message, Throwable cause )
     {
         super( message, cause );
-        this.results = ( results != null ) ? results : Collections.<ArtifactResult> emptyList();
+        this.results = ( results != null ) ? results : Collections.<ArtifactResult>emptyList();
     }
 
     /**

http://git-wip-us.apache.org/repos/asf/maven-aether/blob/aa637a84/aether-api/src/main/java/org/eclipse/aether/resolution/ArtifactResult.java
----------------------------------------------------------------------
diff --git a/aether-api/src/main/java/org/eclipse/aether/resolution/ArtifactResult.java b/aether-api/src/main/java/org/eclipse/aether/resolution/ArtifactResult.java
index 851af22..5ae820b 100644
--- a/aether-api/src/main/java/org/eclipse/aether/resolution/ArtifactResult.java
+++ b/aether-api/src/main/java/org/eclipse/aether/resolution/ArtifactResult.java
@@ -1,3 +1,5 @@
+package org.eclipse.aether.resolution;
+
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -16,7 +18,6 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package org.eclipse.aether.resolution;
 
 import java.util.ArrayList;
 import java.util.Collections;

http://git-wip-us.apache.org/repos/asf/maven-aether/blob/aa637a84/aether-api/src/main/java/org/eclipse/aether/resolution/DependencyRequest.java
----------------------------------------------------------------------
diff --git a/aether-api/src/main/java/org/eclipse/aether/resolution/DependencyRequest.java b/aether-api/src/main/java/org/eclipse/aether/resolution/DependencyRequest.java
index cf3c2af..138304a 100644
--- a/aether-api/src/main/java/org/eclipse/aether/resolution/DependencyRequest.java
+++ b/aether-api/src/main/java/org/eclipse/aether/resolution/DependencyRequest.java
@@ -1,3 +1,5 @@
+package org.eclipse.aether.resolution;
+
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -16,7 +18,6 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package org.eclipse.aether.resolution;
 
 import org.eclipse.aether.RepositorySystem;
 import org.eclipse.aether.RepositorySystemSession;

http://git-wip-us.apache.org/repos/asf/maven-aether/blob/aa637a84/aether-api/src/main/java/org/eclipse/aether/resolution/DependencyResolutionException.java
----------------------------------------------------------------------
diff --git a/aether-api/src/main/java/org/eclipse/aether/resolution/DependencyResolutionException.java b/aether-api/src/main/java/org/eclipse/aether/resolution/DependencyResolutionException.java
index b063e42..2c12b57 100644
--- a/aether-api/src/main/java/org/eclipse/aether/resolution/DependencyResolutionException.java
+++ b/aether-api/src/main/java/org/eclipse/aether/resolution/DependencyResolutionException.java
@@ -1,3 +1,5 @@
+package org.eclipse.aether.resolution;
+
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -16,7 +18,6 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package org.eclipse.aether.resolution;
 
 import org.eclipse.aether.RepositoryException;
 

http://git-wip-us.apache.org/repos/asf/maven-aether/blob/aa637a84/aether-api/src/main/java/org/eclipse/aether/resolution/DependencyResult.java
----------------------------------------------------------------------
diff --git a/aether-api/src/main/java/org/eclipse/aether/resolution/DependencyResult.java b/aether-api/src/main/java/org/eclipse/aether/resolution/DependencyResult.java
index b80b17a..030e923 100644
--- a/aether-api/src/main/java/org/eclipse/aether/resolution/DependencyResult.java
+++ b/aether-api/src/main/java/org/eclipse/aether/resolution/DependencyResult.java
@@ -1,3 +1,5 @@
+package org.eclipse.aether.resolution;
+
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -16,7 +18,6 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package org.eclipse.aether.resolution;
 
 import java.util.Collections;
 import java.util.List;

http://git-wip-us.apache.org/repos/asf/maven-aether/blob/aa637a84/aether-api/src/main/java/org/eclipse/aether/resolution/MetadataRequest.java
----------------------------------------------------------------------
diff --git a/aether-api/src/main/java/org/eclipse/aether/resolution/MetadataRequest.java b/aether-api/src/main/java/org/eclipse/aether/resolution/MetadataRequest.java
index 1cf19b2..86063ff 100644
--- a/aether-api/src/main/java/org/eclipse/aether/resolution/MetadataRequest.java
+++ b/aether-api/src/main/java/org/eclipse/aether/resolution/MetadataRequest.java
@@ -1,3 +1,5 @@
+package org.eclipse.aether.resolution;
+
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -16,7 +18,6 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package org.eclipse.aether.resolution;
 
 import org.eclipse.aether.RepositorySystem;
 import org.eclipse.aether.RepositorySystemSession;

http://git-wip-us.apache.org/repos/asf/maven-aether/blob/aa637a84/aether-api/src/main/java/org/eclipse/aether/resolution/MetadataResult.java
----------------------------------------------------------------------
diff --git a/aether-api/src/main/java/org/eclipse/aether/resolution/MetadataResult.java b/aether-api/src/main/java/org/eclipse/aether/resolution/MetadataResult.java
index a14e556..2bba499 100644
--- a/aether-api/src/main/java/org/eclipse/aether/resolution/MetadataResult.java
+++ b/aether-api/src/main/java/org/eclipse/aether/resolution/MetadataResult.java
@@ -1,3 +1,5 @@
+package org.eclipse.aether.resolution;
+
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -16,7 +18,6 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package org.eclipse.aether.resolution;
 
 import org.eclipse.aether.RepositorySystem;
 import org.eclipse.aether.RepositorySystemSession;

http://git-wip-us.apache.org/repos/asf/maven-aether/blob/aa637a84/aether-api/src/main/java/org/eclipse/aether/resolution/ResolutionErrorPolicy.java
----------------------------------------------------------------------
diff --git a/aether-api/src/main/java/org/eclipse/aether/resolution/ResolutionErrorPolicy.java b/aether-api/src/main/java/org/eclipse/aether/resolution/ResolutionErrorPolicy.java
index 7c520e5..5158fa0 100644
--- a/aether-api/src/main/java/org/eclipse/aether/resolution/ResolutionErrorPolicy.java
+++ b/aether-api/src/main/java/org/eclipse/aether/resolution/ResolutionErrorPolicy.java
@@ -1,3 +1,5 @@
+package org.eclipse.aether.resolution;
+
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -16,7 +18,6 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package org.eclipse.aether.resolution;
 
 import org.eclipse.aether.RepositorySystemSession;
 import org.eclipse.aether.artifact.Artifact;

http://git-wip-us.apache.org/repos/asf/maven-aether/blob/aa637a84/aether-api/src/main/java/org/eclipse/aether/resolution/ResolutionErrorPolicyRequest.java
----------------------------------------------------------------------
diff --git a/aether-api/src/main/java/org/eclipse/aether/resolution/ResolutionErrorPolicyRequest.java b/aether-api/src/main/java/org/eclipse/aether/resolution/ResolutionErrorPolicyRequest.java
index 758d3a9..9126914 100644
--- a/aether-api/src/main/java/org/eclipse/aether/resolution/ResolutionErrorPolicyRequest.java
+++ b/aether-api/src/main/java/org/eclipse/aether/resolution/ResolutionErrorPolicyRequest.java
@@ -1,3 +1,5 @@
+package org.eclipse.aether.resolution;
+
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -16,7 +18,6 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package org.eclipse.aether.resolution;
 
 import org.eclipse.aether.repository.RemoteRepository;
 

http://git-wip-us.apache.org/repos/asf/maven-aether/blob/aa637a84/aether-api/src/main/java/org/eclipse/aether/resolution/VersionRangeRequest.java
----------------------------------------------------------------------
diff --git a/aether-api/src/main/java/org/eclipse/aether/resolution/VersionRangeRequest.java b/aether-api/src/main/java/org/eclipse/aether/resolution/VersionRangeRequest.java
index 929afdb..d6aa16b 100644
--- a/aether-api/src/main/java/org/eclipse/aether/resolution/VersionRangeRequest.java
+++ b/aether-api/src/main/java/org/eclipse/aether/resolution/VersionRangeRequest.java
@@ -1,3 +1,5 @@
+package org.eclipse.aether.resolution;
+
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -16,7 +18,6 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package org.eclipse.aether.resolution;
 
 import java.util.ArrayList;
 import java.util.Collections;

http://git-wip-us.apache.org/repos/asf/maven-aether/blob/aa637a84/aether-api/src/main/java/org/eclipse/aether/resolution/VersionRangeResolutionException.java
----------------------------------------------------------------------
diff --git a/aether-api/src/main/java/org/eclipse/aether/resolution/VersionRangeResolutionException.java b/aether-api/src/main/java/org/eclipse/aether/resolution/VersionRangeResolutionException.java
index ed8b5f2..deb0e52 100644
--- a/aether-api/src/main/java/org/eclipse/aether/resolution/VersionRangeResolutionException.java
+++ b/aether-api/src/main/java/org/eclipse/aether/resolution/VersionRangeResolutionException.java
@@ -1,3 +1,5 @@
+package org.eclipse.aether.resolution;
+
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -16,7 +18,6 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package org.eclipse.aether.resolution;
 
 import org.eclipse.aether.RepositoryException;
 

http://git-wip-us.apache.org/repos/asf/maven-aether/blob/aa637a84/aether-api/src/main/java/org/eclipse/aether/resolution/VersionRangeResult.java
----------------------------------------------------------------------
diff --git a/aether-api/src/main/java/org/eclipse/aether/resolution/VersionRangeResult.java b/aether-api/src/main/java/org/eclipse/aether/resolution/VersionRangeResult.java
index b7e9515..4749f7c 100644
--- a/aether-api/src/main/java/org/eclipse/aether/resolution/VersionRangeResult.java
+++ b/aether-api/src/main/java/org/eclipse/aether/resolution/VersionRangeResult.java
@@ -1,3 +1,5 @@
+package org.eclipse.aether.resolution;
+
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -16,7 +18,6 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package org.eclipse.aether.resolution;
 
 import java.util.ArrayList;
 import java.util.Collections;

http://git-wip-us.apache.org/repos/asf/maven-aether/blob/aa637a84/aether-api/src/main/java/org/eclipse/aether/resolution/VersionRequest.java
----------------------------------------------------------------------
diff --git a/aether-api/src/main/java/org/eclipse/aether/resolution/VersionRequest.java b/aether-api/src/main/java/org/eclipse/aether/resolution/VersionRequest.java
index 1eedc60..3dde7dd 100644
--- a/aether-api/src/main/java/org/eclipse/aether/resolution/VersionRequest.java
+++ b/aether-api/src/main/java/org/eclipse/aether/resolution/VersionRequest.java
@@ -1,3 +1,5 @@
+package org.eclipse.aether.resolution;
+
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -16,7 +18,6 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package org.eclipse.aether.resolution;
 
 import java.util.ArrayList;
 import java.util.Collections;

http://git-wip-us.apache.org/repos/asf/maven-aether/blob/aa637a84/aether-api/src/main/java/org/eclipse/aether/resolution/VersionResolutionException.java
----------------------------------------------------------------------
diff --git a/aether-api/src/main/java/org/eclipse/aether/resolution/VersionResolutionException.java b/aether-api/src/main/java/org/eclipse/aether/resolution/VersionResolutionException.java
index 2daf01b..1aca861 100644
--- a/aether-api/src/main/java/org/eclipse/aether/resolution/VersionResolutionException.java
+++ b/aether-api/src/main/java/org/eclipse/aether/resolution/VersionResolutionException.java
@@ -1,3 +1,5 @@
+package org.eclipse.aether.resolution;
+
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -16,7 +18,6 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package org.eclipse.aether.resolution;
 
 import org.eclipse.aether.RepositoryException;
 

http://git-wip-us.apache.org/repos/asf/maven-aether/blob/aa637a84/aether-api/src/main/java/org/eclipse/aether/resolution/VersionResult.java
----------------------------------------------------------------------
diff --git a/aether-api/src/main/java/org/eclipse/aether/resolution/VersionResult.java b/aether-api/src/main/java/org/eclipse/aether/resolution/VersionResult.java
index d5118de..5125773 100644
--- a/aether-api/src/main/java/org/eclipse/aether/resolution/VersionResult.java
+++ b/aether-api/src/main/java/org/eclipse/aether/resolution/VersionResult.java
@@ -1,3 +1,5 @@
+package org.eclipse.aether.resolution;
+
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -16,7 +18,6 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package org.eclipse.aether.resolution;
 
 import java.util.ArrayList;
 import java.util.Collections;

http://git-wip-us.apache.org/repos/asf/maven-aether/blob/aa637a84/aether-api/src/main/java/org/eclipse/aether/resolution/package-info.java
----------------------------------------------------------------------
diff --git a/aether-api/src/main/java/org/eclipse/aether/resolution/package-info.java b/aether-api/src/main/java/org/eclipse/aether/resolution/package-info.java
index 49a45b2..33f9ef8 100644
--- a/aether-api/src/main/java/org/eclipse/aether/resolution/package-info.java
+++ b/aether-api/src/main/java/org/eclipse/aether/resolution/package-info.java
@@ -1,3 +1,4 @@
+// CHECKSTYLE_OFF: RegexpHeader
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file

http://git-wip-us.apache.org/repos/asf/maven-aether/blob/aa637a84/aether-api/src/main/java/org/eclipse/aether/transfer/AbstractTransferListener.java
----------------------------------------------------------------------
diff --git a/aether-api/src/main/java/org/eclipse/aether/transfer/AbstractTransferListener.java b/aether-api/src/main/java/org/eclipse/aether/transfer/AbstractTransferListener.java
index 6266f75..5691e31 100644
--- a/aether-api/src/main/java/org/eclipse/aether/transfer/AbstractTransferListener.java
+++ b/aether-api/src/main/java/org/eclipse/aether/transfer/AbstractTransferListener.java
@@ -1,3 +1,5 @@
+package org.eclipse.aether.transfer;
+
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -16,7 +18,6 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package org.eclipse.aether.transfer;
 
 /**
  * A skeleton implementation for custom transfer listeners. The callback methods in this class do nothing.

http://git-wip-us.apache.org/repos/asf/maven-aether/blob/aa637a84/aether-api/src/main/java/org/eclipse/aether/transfer/ArtifactNotFoundException.java
----------------------------------------------------------------------
diff --git a/aether-api/src/main/java/org/eclipse/aether/transfer/ArtifactNotFoundException.java b/aether-api/src/main/java/org/eclipse/aether/transfer/ArtifactNotFoundException.java
index ed005cf..89a50d4 100644
--- a/aether-api/src/main/java/org/eclipse/aether/transfer/ArtifactNotFoundException.java
+++ b/aether-api/src/main/java/org/eclipse/aether/transfer/ArtifactNotFoundException.java
@@ -1,3 +1,5 @@
+package org.eclipse.aether.transfer;
+
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -16,7 +18,6 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package org.eclipse.aether.transfer;
 
 import org.eclipse.aether.artifact.Artifact;
 import org.eclipse.aether.artifact.ArtifactProperties;

http://git-wip-us.apache.org/repos/asf/maven-aether/blob/aa637a84/aether-api/src/main/java/org/eclipse/aether/transfer/ArtifactTransferException.java
----------------------------------------------------------------------
diff --git a/aether-api/src/main/java/org/eclipse/aether/transfer/ArtifactTransferException.java b/aether-api/src/main/java/org/eclipse/aether/transfer/ArtifactTransferException.java
index 6ca445d..087040f 100644
--- a/aether-api/src/main/java/org/eclipse/aether/transfer/ArtifactTransferException.java
+++ b/aether-api/src/main/java/org/eclipse/aether/transfer/ArtifactTransferException.java
@@ -1,3 +1,5 @@
+package org.eclipse.aether.transfer;
+
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -16,7 +18,6 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package org.eclipse.aether.transfer;
 
 import org.eclipse.aether.RepositoryException;
 import org.eclipse.aether.artifact.Artifact;

http://git-wip-us.apache.org/repos/asf/maven-aether/blob/aa637a84/aether-api/src/main/java/org/eclipse/aether/transfer/ChecksumFailureException.java
----------------------------------------------------------------------
diff --git a/aether-api/src/main/java/org/eclipse/aether/transfer/ChecksumFailureException.java b/aether-api/src/main/java/org/eclipse/aether/transfer/ChecksumFailureException.java
index 13e4ac6..1dbc6b0 100644
--- a/aether-api/src/main/java/org/eclipse/aether/transfer/ChecksumFailureException.java
+++ b/aether-api/src/main/java/org/eclipse/aether/transfer/ChecksumFailureException.java
@@ -1,3 +1,5 @@
+package org.eclipse.aether.transfer;
+
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -16,7 +18,6 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package org.eclipse.aether.transfer;
 
 import org.eclipse.aether.RepositoryException;
 

http://git-wip-us.apache.org/repos/asf/maven-aether/blob/aa637a84/aether-api/src/main/java/org/eclipse/aether/transfer/MetadataNotFoundException.java
----------------------------------------------------------------------
diff --git a/aether-api/src/main/java/org/eclipse/aether/transfer/MetadataNotFoundException.java b/aether-api/src/main/java/org/eclipse/aether/transfer/MetadataNotFoundException.java
index 38addea..9642621 100644
--- a/aether-api/src/main/java/org/eclipse/aether/transfer/MetadataNotFoundException.java
+++ b/aether-api/src/main/java/org/eclipse/aether/transfer/MetadataNotFoundException.java
@@ -1,3 +1,5 @@
+package org.eclipse.aether.transfer;
+
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -16,7 +18,6 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package org.eclipse.aether.transfer;
 
 import org.eclipse.aether.metadata.Metadata;
 import org.eclipse.aether.repository.LocalRepository;

http://git-wip-us.apache.org/repos/asf/maven-aether/blob/aa637a84/aether-api/src/main/java/org/eclipse/aether/transfer/MetadataTransferException.java
----------------------------------------------------------------------
diff --git a/aether-api/src/main/java/org/eclipse/aether/transfer/MetadataTransferException.java b/aether-api/src/main/java/org/eclipse/aether/transfer/MetadataTransferException.java
index 55caafd..df6374c 100644
--- a/aether-api/src/main/java/org/eclipse/aether/transfer/MetadataTransferException.java
+++ b/aether-api/src/main/java/org/eclipse/aether/transfer/MetadataTransferException.java
@@ -1,3 +1,5 @@
+package org.eclipse.aether.transfer;
+
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -16,7 +18,6 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package org.eclipse.aether.transfer;
 
 import org.eclipse.aether.RepositoryException;
 import org.eclipse.aether.metadata.Metadata;

http://git-wip-us.apache.org/repos/asf/maven-aether/blob/aa637a84/aether-api/src/main/java/org/eclipse/aether/transfer/NoRepositoryConnectorException.java
----------------------------------------------------------------------
diff --git a/aether-api/src/main/java/org/eclipse/aether/transfer/NoRepositoryConnectorException.java b/aether-api/src/main/java/org/eclipse/aether/transfer/NoRepositoryConnectorException.java
index b8dacdb..3140569 100644
--- a/aether-api/src/main/java/org/eclipse/aether/transfer/NoRepositoryConnectorException.java
+++ b/aether-api/src/main/java/org/eclipse/aether/transfer/NoRepositoryConnectorException.java
@@ -1,3 +1,5 @@
+package org.eclipse.aether.transfer;
+
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -16,7 +18,6 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package org.eclipse.aether.transfer;
 
 import org.eclipse.aether.RepositoryException;
 import org.eclipse.aether.repository.RemoteRepository;

http://git-wip-us.apache.org/repos/asf/maven-aether/blob/aa637a84/aether-api/src/main/java/org/eclipse/aether/transfer/NoRepositoryLayoutException.java
----------------------------------------------------------------------
diff --git a/aether-api/src/main/java/org/eclipse/aether/transfer/NoRepositoryLayoutException.java b/aether-api/src/main/java/org/eclipse/aether/transfer/NoRepositoryLayoutException.java
index 89656eb..3fc05bb 100644
--- a/aether-api/src/main/java/org/eclipse/aether/transfer/NoRepositoryLayoutException.java
+++ b/aether-api/src/main/java/org/eclipse/aether/transfer/NoRepositoryLayoutException.java
@@ -1,3 +1,5 @@
+package org.eclipse.aether.transfer;
+
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -16,7 +18,6 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package org.eclipse.aether.transfer;
 
 import org.eclipse.aether.RepositoryException;
 import org.eclipse.aether.repository.RemoteRepository;

http://git-wip-us.apache.org/repos/asf/maven-aether/blob/aa637a84/aether-api/src/main/java/org/eclipse/aether/transfer/NoTransporterException.java
----------------------------------------------------------------------
diff --git a/aether-api/src/main/java/org/eclipse/aether/transfer/NoTransporterException.java b/aether-api/src/main/java/org/eclipse/aether/transfer/NoTransporterException.java
index 5f79814..5d98558 100644
--- a/aether-api/src/main/java/org/eclipse/aether/transfer/NoTransporterException.java
+++ b/aether-api/src/main/java/org/eclipse/aether/transfer/NoTransporterException.java
@@ -1,3 +1,5 @@
+package org.eclipse.aether.transfer;
+
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -16,7 +18,6 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package org.eclipse.aether.transfer;
 
 import org.eclipse.aether.RepositoryException;
 import org.eclipse.aether.repository.RemoteRepository;

http://git-wip-us.apache.org/repos/asf/maven-aether/blob/aa637a84/aether-api/src/main/java/org/eclipse/aether/transfer/RepositoryOfflineException.java
----------------------------------------------------------------------
diff --git a/aether-api/src/main/java/org/eclipse/aether/transfer/RepositoryOfflineException.java b/aether-api/src/main/java/org/eclipse/aether/transfer/RepositoryOfflineException.java
index 1763720..02d4680 100644
--- a/aether-api/src/main/java/org/eclipse/aether/transfer/RepositoryOfflineException.java
+++ b/aether-api/src/main/java/org/eclipse/aether/transfer/RepositoryOfflineException.java
@@ -1,3 +1,5 @@
+package org.eclipse.aether.transfer;
+
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -16,7 +18,6 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package org.eclipse.aether.transfer;
 
 import org.eclipse.aether.RepositoryException;
 import org.eclipse.aether.repository.RemoteRepository;

http://git-wip-us.apache.org/repos/asf/maven-aether/blob/aa637a84/aether-api/src/main/java/org/eclipse/aether/transfer/TransferCancelledException.java
----------------------------------------------------------------------
diff --git a/aether-api/src/main/java/org/eclipse/aether/transfer/TransferCancelledException.java b/aether-api/src/main/java/org/eclipse/aether/transfer/TransferCancelledException.java
index 3b339c7..88caa13 100644
--- a/aether-api/src/main/java/org/eclipse/aether/transfer/TransferCancelledException.java
+++ b/aether-api/src/main/java/org/eclipse/aether/transfer/TransferCancelledException.java
@@ -1,3 +1,5 @@
+package org.eclipse.aether.transfer;
+
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -16,7 +18,6 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package org.eclipse.aether.transfer;
 
 import org.eclipse.aether.RepositoryException;
 

http://git-wip-us.apache.org/repos/asf/maven-aether/blob/aa637a84/aether-api/src/main/java/org/eclipse/aether/transfer/TransferEvent.java
----------------------------------------------------------------------
diff --git a/aether-api/src/main/java/org/eclipse/aether/transfer/TransferEvent.java b/aether-api/src/main/java/org/eclipse/aether/transfer/TransferEvent.java
index e2d98da..1599a82 100644
--- a/aether-api/src/main/java/org/eclipse/aether/transfer/TransferEvent.java
+++ b/aether-api/src/main/java/org/eclipse/aether/transfer/TransferEvent.java
@@ -1,3 +1,5 @@
+package org.eclipse.aether.transfer;
+
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -16,7 +18,6 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package org.eclipse.aether.transfer;
 
 import java.nio.ByteBuffer;
 

http://git-wip-us.apache.org/repos/asf/maven-aether/blob/aa637a84/aether-api/src/main/java/org/eclipse/aether/transfer/TransferListener.java
----------------------------------------------------------------------
diff --git a/aether-api/src/main/java/org/eclipse/aether/transfer/TransferListener.java b/aether-api/src/main/java/org/eclipse/aether/transfer/TransferListener.java
index 4619e8a..18019a9 100644
--- a/aether-api/src/main/java/org/eclipse/aether/transfer/TransferListener.java
+++ b/aether-api/src/main/java/org/eclipse/aether/transfer/TransferListener.java
@@ -1,3 +1,5 @@
+package org.eclipse.aether.transfer;
+
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -16,7 +18,6 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package org.eclipse.aether.transfer;
 
 /**
  * A listener being notified of artifact/metadata transfers from/to remote repositories. The listener may be called from

http://git-wip-us.apache.org/repos/asf/maven-aether/blob/aa637a84/aether-api/src/main/java/org/eclipse/aether/transfer/TransferResource.java
----------------------------------------------------------------------
diff --git a/aether-api/src/main/java/org/eclipse/aether/transfer/TransferResource.java b/aether-api/src/main/java/org/eclipse/aether/transfer/TransferResource.java
index 14f0563..cbe0230 100644
--- a/aether-api/src/main/java/org/eclipse/aether/transfer/TransferResource.java
+++ b/aether-api/src/main/java/org/eclipse/aether/transfer/TransferResource.java
@@ -1,3 +1,5 @@
+package org.eclipse.aether.transfer;
+
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -16,7 +18,6 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package org.eclipse.aether.transfer;
 
 import java.io.File;
 

http://git-wip-us.apache.org/repos/asf/maven-aether/blob/aa637a84/aether-api/src/main/java/org/eclipse/aether/transfer/package-info.java
----------------------------------------------------------------------
diff --git a/aether-api/src/main/java/org/eclipse/aether/transfer/package-info.java b/aether-api/src/main/java/org/eclipse/aether/transfer/package-info.java
index 8d02b53..541b244 100644
--- a/aether-api/src/main/java/org/eclipse/aether/transfer/package-info.java
+++ b/aether-api/src/main/java/org/eclipse/aether/transfer/package-info.java
@@ -1,3 +1,4 @@
+// CHECKSTYLE_OFF: RegexpHeader
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file

http://git-wip-us.apache.org/repos/asf/maven-aether/blob/aa637a84/aether-api/src/main/java/org/eclipse/aether/version/InvalidVersionSpecificationException.java
----------------------------------------------------------------------
diff --git a/aether-api/src/main/java/org/eclipse/aether/version/InvalidVersionSpecificationException.java b/aether-api/src/main/java/org/eclipse/aether/version/InvalidVersionSpecificationException.java
index c186c05..a576844 100644
--- a/aether-api/src/main/java/org/eclipse/aether/version/InvalidVersionSpecificationException.java
+++ b/aether-api/src/main/java/org/eclipse/aether/version/InvalidVersionSpecificationException.java
@@ -1,3 +1,5 @@
+package org.eclipse.aether.version;
+
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -16,7 +18,6 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package org.eclipse.aether.version;
 
 import org.eclipse.aether.RepositoryException;
 

http://git-wip-us.apache.org/repos/asf/maven-aether/blob/aa637a84/aether-api/src/main/java/org/eclipse/aether/version/Version.java
----------------------------------------------------------------------
diff --git a/aether-api/src/main/java/org/eclipse/aether/version/Version.java b/aether-api/src/main/java/org/eclipse/aether/version/Version.java
index bf363a8..41c02c0 100644
--- a/aether-api/src/main/java/org/eclipse/aether/version/Version.java
+++ b/aether-api/src/main/java/org/eclipse/aether/version/Version.java
@@ -1,3 +1,5 @@
+package org.eclipse.aether.version;
+
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -16,7 +18,6 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package org.eclipse.aether.version;
 
 /**
  * A parsed artifact version.

http://git-wip-us.apache.org/repos/asf/maven-aether/blob/aa637a84/aether-api/src/main/java/org/eclipse/aether/version/VersionConstraint.java
----------------------------------------------------------------------
diff --git a/aether-api/src/main/java/org/eclipse/aether/version/VersionConstraint.java b/aether-api/src/main/java/org/eclipse/aether/version/VersionConstraint.java
index edfaf9f..1c68587 100644
--- a/aether-api/src/main/java/org/eclipse/aether/version/VersionConstraint.java
+++ b/aether-api/src/main/java/org/eclipse/aether/version/VersionConstraint.java
@@ -1,3 +1,5 @@
+package org.eclipse.aether.version;
+
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -16,7 +18,6 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package org.eclipse.aether.version;
 
 /**
  * A constraint on versions for a dependency. A constraint can either consist of a version range (e.g. "[1, ]") or a

http://git-wip-us.apache.org/repos/asf/maven-aether/blob/aa637a84/aether-api/src/main/java/org/eclipse/aether/version/VersionRange.java
----------------------------------------------------------------------
diff --git a/aether-api/src/main/java/org/eclipse/aether/version/VersionRange.java b/aether-api/src/main/java/org/eclipse/aether/version/VersionRange.java
index 7700c52..e355cf5 100644
--- a/aether-api/src/main/java/org/eclipse/aether/version/VersionRange.java
+++ b/aether-api/src/main/java/org/eclipse/aether/version/VersionRange.java
@@ -1,3 +1,5 @@
+package org.eclipse.aether.version;
+
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -16,7 +18,6 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package org.eclipse.aether.version;
 
 /**
  * A range of versions.

http://git-wip-us.apache.org/repos/asf/maven-aether/blob/aa637a84/aether-api/src/main/java/org/eclipse/aether/version/VersionScheme.java
----------------------------------------------------------------------
diff --git a/aether-api/src/main/java/org/eclipse/aether/version/VersionScheme.java b/aether-api/src/main/java/org/eclipse/aether/version/VersionScheme.java
index eb0c74b..c765a03 100644
--- a/aether-api/src/main/java/org/eclipse/aether/version/VersionScheme.java
+++ b/aether-api/src/main/java/org/eclipse/aether/version/VersionScheme.java
@@ -1,3 +1,5 @@
+package org.eclipse.aether.version;
+
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -16,7 +18,6 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package org.eclipse.aether.version;
 
 /**
  * A version scheme that handles interpretation of version strings to facilitate their comparison.

http://git-wip-us.apache.org/repos/asf/maven-aether/blob/aa637a84/aether-api/src/main/java/org/eclipse/aether/version/package-info.java
----------------------------------------------------------------------
diff --git a/aether-api/src/main/java/org/eclipse/aether/version/package-info.java b/aether-api/src/main/java/org/eclipse/aether/version/package-info.java
index 5e8fb55..a16dd64 100644
--- a/aether-api/src/main/java/org/eclipse/aether/version/package-info.java
+++ b/aether-api/src/main/java/org/eclipse/aether/version/package-info.java
@@ -1,3 +1,4 @@
+// CHECKSTYLE_OFF: RegexpHeader
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file

http://git-wip-us.apache.org/repos/asf/maven-aether/blob/aa637a84/aether-api/src/test/java/org/eclipse/aether/AbstractForwardingRepositorySystemSessionTest.java
----------------------------------------------------------------------
diff --git a/aether-api/src/test/java/org/eclipse/aether/AbstractForwardingRepositorySystemSessionTest.java b/aether-api/src/test/java/org/eclipse/aether/AbstractForwardingRepositorySystemSessionTest.java
index af1c072..5ad2475 100644
--- a/aether-api/src/test/java/org/eclipse/aether/AbstractForwardingRepositorySystemSessionTest.java
+++ b/aether-api/src/test/java/org/eclipse/aether/AbstractForwardingRepositorySystemSessionTest.java
@@ -1,3 +1,5 @@
+package org.eclipse.aether;
+
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -16,7 +18,6 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package org.eclipse.aether;
 
 import static org.junit.Assert.*;
 

http://git-wip-us.apache.org/repos/asf/maven-aether/blob/aa637a84/aether-api/src/test/java/org/eclipse/aether/AbstractRepositoryListenerTest.java
----------------------------------------------------------------------
diff --git a/aether-api/src/test/java/org/eclipse/aether/AbstractRepositoryListenerTest.java b/aether-api/src/test/java/org/eclipse/aether/AbstractRepositoryListenerTest.java
index 0ca660a..74c617f 100644
--- a/aether-api/src/test/java/org/eclipse/aether/AbstractRepositoryListenerTest.java
+++ b/aether-api/src/test/java/org/eclipse/aether/AbstractRepositoryListenerTest.java
@@ -1,3 +1,5 @@
+package org.eclipse.aether;
+
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -16,7 +18,6 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package org.eclipse.aether;
 
 import static org.junit.Assert.*;
 

http://git-wip-us.apache.org/repos/asf/maven-aether/blob/aa637a84/aether-api/src/test/java/org/eclipse/aether/DefaultRepositoryCacheTest.java
----------------------------------------------------------------------
diff --git a/aether-api/src/test/java/org/eclipse/aether/DefaultRepositoryCacheTest.java b/aether-api/src/test/java/org/eclipse/aether/DefaultRepositoryCacheTest.java
index 42d4517..ad5dfc5 100644
--- a/aether-api/src/test/java/org/eclipse/aether/DefaultRepositoryCacheTest.java
+++ b/aether-api/src/test/java/org/eclipse/aether/DefaultRepositoryCacheTest.java
@@ -1,3 +1,5 @@
+package org.eclipse.aether;
+
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -16,7 +18,6 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package org.eclipse.aether;
 
 import static org.junit.Assert.*;
 

http://git-wip-us.apache.org/repos/asf/maven-aether/blob/aa637a84/aether-api/src/test/java/org/eclipse/aether/DefaultRepositorySystemSessionTest.java
----------------------------------------------------------------------
diff --git a/aether-api/src/test/java/org/eclipse/aether/DefaultRepositorySystemSessionTest.java b/aether-api/src/test/java/org/eclipse/aether/DefaultRepositorySystemSessionTest.java
index 1f4a4c2..91afeb5 100644
--- a/aether-api/src/test/java/org/eclipse/aether/DefaultRepositorySystemSessionTest.java
+++ b/aether-api/src/test/java/org/eclipse/aether/DefaultRepositorySystemSessionTest.java
@@ -1,3 +1,5 @@
+package org.eclipse.aether;
+
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -16,7 +18,6 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package org.eclipse.aether;
 
 import static org.junit.Assert.*;
 

http://git-wip-us.apache.org/repos/asf/maven-aether/blob/aa637a84/aether-api/src/test/java/org/eclipse/aether/DefaultSessionDataTest.java
----------------------------------------------------------------------
diff --git a/aether-api/src/test/java/org/eclipse/aether/DefaultSessionDataTest.java b/aether-api/src/test/java/org/eclipse/aether/DefaultSessionDataTest.java
index 872fc90..58f3649 100644
--- a/aether-api/src/test/java/org/eclipse/aether/DefaultSessionDataTest.java
+++ b/aether-api/src/test/java/org/eclipse/aether/DefaultSessionDataTest.java
@@ -1,3 +1,5 @@
+package org.eclipse.aether;
+
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -16,7 +18,6 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package org.eclipse.aether;
 
 import static org.junit.Assert.*;
 

http://git-wip-us.apache.org/repos/asf/maven-aether/blob/aa637a84/aether-api/src/test/java/org/eclipse/aether/RepositoryExceptionTest.java
----------------------------------------------------------------------
diff --git a/aether-api/src/test/java/org/eclipse/aether/RepositoryExceptionTest.java b/aether-api/src/test/java/org/eclipse/aether/RepositoryExceptionTest.java
index 2763453..c3246be 100644
--- a/aether-api/src/test/java/org/eclipse/aether/RepositoryExceptionTest.java
+++ b/aether-api/src/test/java/org/eclipse/aether/RepositoryExceptionTest.java
@@ -1,3 +1,5 @@
+package org.eclipse.aether;
+
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -16,7 +18,6 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package org.eclipse.aether;
 
 import java.io.ByteArrayOutputStream;
 import java.io.IOException;

http://git-wip-us.apache.org/repos/asf/maven-aether/blob/aa637a84/aether-api/src/test/java/org/eclipse/aether/RequestTraceTest.java
----------------------------------------------------------------------
diff --git a/aether-api/src/test/java/org/eclipse/aether/RequestTraceTest.java b/aether-api/src/test/java/org/eclipse/aether/RequestTraceTest.java
index 26b43b1..63e5877 100644
--- a/aether-api/src/test/java/org/eclipse/aether/RequestTraceTest.java
+++ b/aether-api/src/test/java/org/eclipse/aether/RequestTraceTest.java
@@ -1,3 +1,5 @@
+package org.eclipse.aether;
+
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -16,7 +18,6 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package org.eclipse.aether;
 
 import static org.junit.Assert.*;
 

http://git-wip-us.apache.org/repos/asf/maven-aether/blob/aa637a84/aether-api/src/test/java/org/eclipse/aether/artifact/DefaultArtifactTest.java
----------------------------------------------------------------------
diff --git a/aether-api/src/test/java/org/eclipse/aether/artifact/DefaultArtifactTest.java b/aether-api/src/test/java/org/eclipse/aether/artifact/DefaultArtifactTest.java
index 39c7497..d8ac40c 100644
--- a/aether-api/src/test/java/org/eclipse/aether/artifact/DefaultArtifactTest.java
+++ b/aether-api/src/test/java/org/eclipse/aether/artifact/DefaultArtifactTest.java
@@ -1,3 +1,5 @@
+package org.eclipse.aether.artifact;
+
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -16,7 +18,6 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package org.eclipse.aether.artifact;
 
 import static org.junit.Assert.*;
 

http://git-wip-us.apache.org/repos/asf/maven-aether/blob/aa637a84/aether-api/src/test/java/org/eclipse/aether/graph/DependencyTest.java
----------------------------------------------------------------------
diff --git a/aether-api/src/test/java/org/eclipse/aether/graph/DependencyTest.java b/aether-api/src/test/java/org/eclipse/aether/graph/DependencyTest.java
index 28da7a3..c96746d 100644
--- a/aether-api/src/test/java/org/eclipse/aether/graph/DependencyTest.java
+++ b/aether-api/src/test/java/org/eclipse/aether/graph/DependencyTest.java
@@ -1,3 +1,5 @@
+package org.eclipse.aether.graph;
+
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -16,7 +18,6 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package org.eclipse.aether.graph;
 
 import static org.junit.Assert.*;
 

http://git-wip-us.apache.org/repos/asf/maven-aether/blob/aa637a84/aether-api/src/test/java/org/eclipse/aether/repository/AuthenticationContextTest.java
----------------------------------------------------------------------
diff --git a/aether-api/src/test/java/org/eclipse/aether/repository/AuthenticationContextTest.java b/aether-api/src/test/java/org/eclipse/aether/repository/AuthenticationContextTest.java
index 12c2798..6d579a1 100644
--- a/aether-api/src/test/java/org/eclipse/aether/repository/AuthenticationContextTest.java
+++ b/aether-api/src/test/java/org/eclipse/aether/repository/AuthenticationContextTest.java
@@ -1,3 +1,5 @@
+package org.eclipse.aether.repository;
+
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -16,7 +18,6 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package org.eclipse.aether.repository;
 
 import static org.junit.Assert.*;
 

http://git-wip-us.apache.org/repos/asf/maven-aether/blob/aa637a84/aether-api/src/test/java/org/eclipse/aether/repository/AuthenticationDigestTest.java
----------------------------------------------------------------------
diff --git a/aether-api/src/test/java/org/eclipse/aether/repository/AuthenticationDigestTest.java b/aether-api/src/test/java/org/eclipse/aether/repository/AuthenticationDigestTest.java
index 5ee84d0..387a3da 100644
--- a/aether-api/src/test/java/org/eclipse/aether/repository/AuthenticationDigestTest.java
+++ b/aether-api/src/test/java/org/eclipse/aether/repository/AuthenticationDigestTest.java
@@ -1,3 +1,5 @@
+package org.eclipse.aether.repository;
+
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -16,7 +18,6 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package org.eclipse.aether.repository;
 
 import static org.junit.Assert.*;
 

http://git-wip-us.apache.org/repos/asf/maven-aether/blob/aa637a84/aether-api/src/test/java/org/eclipse/aether/repository/RemoteRepositoryBuilderTest.java
----------------------------------------------------------------------
diff --git a/aether-api/src/test/java/org/eclipse/aether/repository/RemoteRepositoryBuilderTest.java b/aether-api/src/test/java/org/eclipse/aether/repository/RemoteRepositoryBuilderTest.java
index 5cf3092..a384705 100644
--- a/aether-api/src/test/java/org/eclipse/aether/repository/RemoteRepositoryBuilderTest.java
+++ b/aether-api/src/test/java/org/eclipse/aether/repository/RemoteRepositoryBuilderTest.java
@@ -1,3 +1,5 @@
+package org.eclipse.aether.repository;
+
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -16,7 +18,6 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package org.eclipse.aether.repository;
 
 import static org.junit.Assert.*;
 

http://git-wip-us.apache.org/repos/asf/maven-aether/blob/aa637a84/aether-api/src/test/java/org/eclipse/aether/repository/RemoteRepositoryTest.java
----------------------------------------------------------------------
diff --git a/aether-api/src/test/java/org/eclipse/aether/repository/RemoteRepositoryTest.java b/aether-api/src/test/java/org/eclipse/aether/repository/RemoteRepositoryTest.java
index 951a5e3..97f0b3e 100644
--- a/aether-api/src/test/java/org/eclipse/aether/repository/RemoteRepositoryTest.java
+++ b/aether-api/src/test/java/org/eclipse/aether/repository/RemoteRepositoryTest.java
@@ -1,3 +1,5 @@
+package org.eclipse.aether.repository;
+
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -16,7 +18,6 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package org.eclipse.aether.repository;
 
 import static org.junit.Assert.*;
 

http://git-wip-us.apache.org/repos/asf/maven-aether/blob/aa637a84/aether-api/src/test/java/org/eclipse/aether/transfer/AbstractTransferListenerTest.java
----------------------------------------------------------------------
diff --git a/aether-api/src/test/java/org/eclipse/aether/transfer/AbstractTransferListenerTest.java b/aether-api/src/test/java/org/eclipse/aether/transfer/AbstractTransferListenerTest.java
index 82403a2..87c1472 100644
--- a/aether-api/src/test/java/org/eclipse/aether/transfer/AbstractTransferListenerTest.java
+++ b/aether-api/src/test/java/org/eclipse/aether/transfer/AbstractTransferListenerTest.java
@@ -1,3 +1,5 @@
+package org.eclipse.aether.transfer;
+
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -16,7 +18,6 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package org.eclipse.aether.transfer;
 
 import static org.junit.Assert.*;
 

http://git-wip-us.apache.org/repos/asf/maven-aether/blob/aa637a84/aether-api/src/test/java/org/eclipse/aether/transfer/TransferEventTest.java
----------------------------------------------------------------------
diff --git a/aether-api/src/test/java/org/eclipse/aether/transfer/TransferEventTest.java b/aether-api/src/test/java/org/eclipse/aether/transfer/TransferEventTest.java
index 37d8ea7..0ce6249 100644
--- a/aether-api/src/test/java/org/eclipse/aether/transfer/TransferEventTest.java
+++ b/aether-api/src/test/java/org/eclipse/aether/transfer/TransferEventTest.java
@@ -1,3 +1,5 @@
+package org.eclipse.aether.transfer;
+
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -16,7 +18,6 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package org.eclipse.aether.transfer;
 
 import static org.junit.Assert.*;
 

http://git-wip-us.apache.org/repos/asf/maven-aether/blob/aa637a84/aether-connector-basic/src/main/java/org/eclipse/aether/connector/basic/ArtifactTransportListener.java
----------------------------------------------------------------------
diff --git a/aether-connector-basic/src/main/java/org/eclipse/aether/connector/basic/ArtifactTransportListener.java b/aether-connector-basic/src/main/java/org/eclipse/aether/connector/basic/ArtifactTransportListener.java
index 534e254..f8a9b1c 100644
--- a/aether-connector-basic/src/main/java/org/eclipse/aether/connector/basic/ArtifactTransportListener.java
+++ b/aether-connector-basic/src/main/java/org/eclipse/aether/connector/basic/ArtifactTransportListener.java
@@ -1,3 +1,5 @@
+package org.eclipse.aether.connector.basic;
+
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -16,7 +18,6 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package org.eclipse.aether.connector.basic;
 
 import org.eclipse.aether.repository.RemoteRepository;
 import org.eclipse.aether.spi.connector.ArtifactTransfer;

http://git-wip-us.apache.org/repos/asf/maven-aether/blob/aa637a84/aether-connector-basic/src/main/java/org/eclipse/aether/connector/basic/BasicRepositoryConnector.java
----------------------------------------------------------------------
diff --git a/aether-connector-basic/src/main/java/org/eclipse/aether/connector/basic/BasicRepositoryConnector.java b/aether-connector-basic/src/main/java/org/eclipse/aether/connector/basic/BasicRepositoryConnector.java
index 1fb968e..27f2285 100644
--- a/aether-connector-basic/src/main/java/org/eclipse/aether/connector/basic/BasicRepositoryConnector.java
+++ b/aether-connector-basic/src/main/java/org/eclipse/aether/connector/basic/BasicRepositoryConnector.java
@@ -1,3 +1,5 @@
+package org.eclipse.aether.connector.basic;
+
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -16,7 +18,6 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package org.eclipse.aether.connector.basic;
 
 import java.io.File;
 import java.io.IOException;
@@ -299,7 +300,7 @@ final class BasicRepositoryConnector
 
     private static <T> Collection<T> safe( Collection<T> items )
     {
-        return ( items != null ) ? items : Collections.<T> emptyList();
+        return ( items != null ) ? items : Collections.<T>emptyList();
     }
 
     private TransferResource newTransferResource( URI path, File file, RequestTrace trace )

http://git-wip-us.apache.org/repos/asf/maven-aether/blob/aa637a84/aether-connector-basic/src/main/java/org/eclipse/aether/connector/basic/BasicRepositoryConnectorFactory.java
----------------------------------------------------------------------
diff --git a/aether-connector-basic/src/main/java/org/eclipse/aether/connector/basic/BasicRepositoryConnectorFactory.java b/aether-connector-basic/src/main/java/org/eclipse/aether/connector/basic/BasicRepositoryConnectorFactory.java
index 5801383..8338daf 100644
--- a/aether-connector-basic/src/main/java/org/eclipse/aether/connector/basic/BasicRepositoryConnectorFactory.java
+++ b/aether-connector-basic/src/main/java/org/eclipse/aether/connector/basic/BasicRepositoryConnectorFactory.java
@@ -1,3 +1,5 @@
+package org.eclipse.aether.connector.basic;
+
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -16,7 +18,6 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package org.eclipse.aether.connector.basic;
 
 import javax.inject.Inject;
 import javax.inject.Named;

http://git-wip-us.apache.org/repos/asf/maven-aether/blob/aa637a84/aether-connector-basic/src/main/java/org/eclipse/aether/connector/basic/ChecksumCalculator.java
----------------------------------------------------------------------
diff --git a/aether-connector-basic/src/main/java/org/eclipse/aether/connector/basic/ChecksumCalculator.java b/aether-connector-basic/src/main/java/org/eclipse/aether/connector/basic/ChecksumCalculator.java
index 6a0551b..e76f8a9 100644
--- a/aether-connector-basic/src/main/java/org/eclipse/aether/connector/basic/ChecksumCalculator.java
+++ b/aether-connector-basic/src/main/java/org/eclipse/aether/connector/basic/ChecksumCalculator.java
@@ -1,3 +1,5 @@
+package org.eclipse.aether.connector.basic;
+
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -16,7 +18,6 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package org.eclipse.aether.connector.basic;
 
 import java.io.File;
 import java.io.FileInputStream;

http://git-wip-us.apache.org/repos/asf/maven-aether/blob/aa637a84/aether-connector-basic/src/main/java/org/eclipse/aether/connector/basic/ChecksumValidator.java
----------------------------------------------------------------------
diff --git a/aether-connector-basic/src/main/java/org/eclipse/aether/connector/basic/ChecksumValidator.java b/aether-connector-basic/src/main/java/org/eclipse/aether/connector/basic/ChecksumValidator.java
index 95afb7a..8289997 100644
--- a/aether-connector-basic/src/main/java/org/eclipse/aether/connector/basic/ChecksumValidator.java
+++ b/aether-connector-basic/src/main/java/org/eclipse/aether/connector/basic/ChecksumValidator.java
@@ -1,3 +1,5 @@
+package org.eclipse.aether.connector.basic;
+
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -16,7 +18,6 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package org.eclipse.aether.connector.basic;
 
 import java.io.File;
 import java.io.IOException;

http://git-wip-us.apache.org/repos/asf/maven-aether/blob/aa637a84/aether-connector-basic/src/main/java/org/eclipse/aether/connector/basic/MetadataTransportListener.java
----------------------------------------------------------------------
diff --git a/aether-connector-basic/src/main/java/org/eclipse/aether/connector/basic/MetadataTransportListener.java b/aether-connector-basic/src/main/java/org/eclipse/aether/connector/basic/MetadataTransportListener.java
index a40909b..7f8bc6d 100644
--- a/aether-connector-basic/src/main/java/org/eclipse/aether/connector/basic/MetadataTransportListener.java
+++ b/aether-connector-basic/src/main/java/org/eclipse/aether/connector/basic/MetadataTransportListener.java
@@ -1,3 +1,5 @@
+package org.eclipse.aether.connector.basic;
+
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -16,7 +18,6 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package org.eclipse.aether.connector.basic;
 
 import org.eclipse.aether.repository.RemoteRepository;
 import org.eclipse.aether.spi.connector.MetadataTransfer;

http://git-wip-us.apache.org/repos/asf/maven-aether/blob/aa637a84/aether-connector-basic/src/main/java/org/eclipse/aether/connector/basic/PartialFile.java
----------------------------------------------------------------------
diff --git a/aether-connector-basic/src/main/java/org/eclipse/aether/connector/basic/PartialFile.java b/aether-connector-basic/src/main/java/org/eclipse/aether/connector/basic/PartialFile.java
index e1e4d03..ad428d4 100644
--- a/aether-connector-basic/src/main/java/org/eclipse/aether/connector/basic/PartialFile.java
+++ b/aether-connector-basic/src/main/java/org/eclipse/aether/connector/basic/PartialFile.java
@@ -1,3 +1,5 @@
+package org.eclipse.aether.connector.basic;
+
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -16,7 +18,6 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package org.eclipse.aether.connector.basic;
 
 import java.io.Closeable;
 import java.io.File;

http://git-wip-us.apache.org/repos/asf/maven-aether/blob/aa637a84/aether-connector-basic/src/main/java/org/eclipse/aether/connector/basic/TransferTransportListener.java
----------------------------------------------------------------------
diff --git a/aether-connector-basic/src/main/java/org/eclipse/aether/connector/basic/TransferTransportListener.java b/aether-connector-basic/src/main/java/org/eclipse/aether/connector/basic/TransferTransportListener.java
index d5ffc63..bd95577 100644
--- a/aether-connector-basic/src/main/java/org/eclipse/aether/connector/basic/TransferTransportListener.java
+++ b/aether-connector-basic/src/main/java/org/eclipse/aether/connector/basic/TransferTransportListener.java
@@ -1,3 +1,5 @@
+package org.eclipse.aether.connector.basic;
+
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -16,7 +18,6 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package org.eclipse.aether.connector.basic;
 
 import java.nio.ByteBuffer;
 import java.util.Collections;

http://git-wip-us.apache.org/repos/asf/maven-aether/blob/aa637a84/aether-connector-basic/src/main/java/org/eclipse/aether/connector/basic/package-info.java
----------------------------------------------------------------------
diff --git a/aether-connector-basic/src/main/java/org/eclipse/aether/connector/basic/package-info.java b/aether-connector-basic/src/main/java/org/eclipse/aether/connector/basic/package-info.java
index 29084c1..df86897 100644
--- a/aether-connector-basic/src/main/java/org/eclipse/aether/connector/basic/package-info.java
+++ b/aether-connector-basic/src/main/java/org/eclipse/aether/connector/basic/package-info.java
@@ -1,3 +1,4 @@
+// CHECKSTYLE_OFF: RegexpHeader
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file

http://git-wip-us.apache.org/repos/asf/maven-aether/blob/aa637a84/aether-connector-basic/src/test/java/org/eclipse/aether/connector/basic/ChecksumCalculatorTest.java
----------------------------------------------------------------------
diff --git a/aether-connector-basic/src/test/java/org/eclipse/aether/connector/basic/ChecksumCalculatorTest.java b/aether-connector-basic/src/test/java/org/eclipse/aether/connector/basic/ChecksumCalculatorTest.java
index 285a1b4..0dc43af 100644
--- a/aether-connector-basic/src/test/java/org/eclipse/aether/connector/basic/ChecksumCalculatorTest.java
+++ b/aether-connector-basic/src/test/java/org/eclipse/aether/connector/basic/ChecksumCalculatorTest.java
@@ -1,3 +1,5 @@
+package org.eclipse.aether.connector.basic;
+
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -16,7 +18,6 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package org.eclipse.aether.connector.basic;
 
 import static org.junit.Assert.*;