Skip to content

Commit

Permalink
fixing cli assertion for m2
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/maven/continuum/trunk@210125 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
jvanzyl committed Jul 11, 2005
1 parent e7a8c37 commit e2045a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion continuum-core-it/it.py
Expand Up @@ -82,7 +82,7 @@
maven2Id = getProjectId( c.addMavenTwoProject( "file:" + maven2Project + "/pom.xml" ) )
waitForSuccessfulCheckOut( c, maven2Id );
maven2 = c.getProject( maven2Id )
assertProject( maven2Id, "Maven 2 Project", email, "2.0-SNAPSHOT", "-N", "maven2", maven2 )
assertProject( maven2Id, "Maven 2 Project", email, "2.0-SNAPSHOT", "-N -B", "maven2", maven2 )

progress( "Building Maven 2 project" )
buildId = buildProject( c, maven2.id ).id
Expand Down

0 comments on commit e2045a9

Please sign in to comment.