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 2017/04/15 02:22:11 UTC

maven-archetype git commit: avoid confusion with "Using mirror mrm-maven-plugin for central" msg

Repository: maven-archetype
Updated Branches:
  refs/heads/master d7f7f1e64 -> 7002dde01


avoid confusion with "Using mirror mrm-maven-plugin for central" msg

Project: http://git-wip-us.apache.org/repos/asf/maven-archetype/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-archetype/commit/7002dde0
Tree: http://git-wip-us.apache.org/repos/asf/maven-archetype/tree/7002dde0
Diff: http://git-wip-us.apache.org/repos/asf/maven-archetype/diff/7002dde0

Branch: refs/heads/master
Commit: 7002dde013a1de4e13928c3249334d4ca409fda2
Parents: d7f7f1e
Author: Herv� Boutemy <hb...@apache.org>
Authored: Sat Apr 15 04:22:08 2017 +0200
Committer: Herv� Boutemy <hb...@apache.org>
Committed: Sat Apr 15 04:22:08 2017 +0200

----------------------------------------------------------------------
 .../src/it/projects/ARCHETYPE-520_mirror/verify.groovy             | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/7002dde0/maven-archetype-plugin/src/it/projects/ARCHETYPE-520_mirror/verify.groovy
----------------------------------------------------------------------
diff --git a/maven-archetype-plugin/src/it/projects/ARCHETYPE-520_mirror/verify.groovy b/maven-archetype-plugin/src/it/projects/ARCHETYPE-520_mirror/verify.groovy
index ffbb061..0d16f47 100644
--- a/maven-archetype-plugin/src/it/projects/ARCHETYPE-520_mirror/verify.groovy
+++ b/maven-archetype-plugin/src/it/projects/ARCHETYPE-520_mirror/verify.groovy
@@ -18,4 +18,4 @@
  */
 
 buildLog = new File( basedir, "build.log" )
-assert !buildLog.text.contains( "://repo.maven.apache.org" )
\ No newline at end of file
+assert !buildLog.text.contains( "://repo.maven.apache.org/maven2/" )
\ No newline at end of file