mirror of https://github.com/apache/maven.git
o updating tests to reflect the addition of the lifecyle
in most cases this amounts to changing "jar:jar" -> "package" "jar:install" -> "install" "compiler:compile" -> "compile" and I also disabled the tests for pre/post goals as we aren't going to use those anymore (hopefully). git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163358 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2433342e7e
commit
1432ed959d
|
@ -6,8 +6,6 @@ it0004
|
|||
it0005
|
||||
it0006
|
||||
it0007
|
||||
it0008
|
||||
it0009
|
||||
it0010
|
||||
it0011
|
||||
it0012
|
||||
|
|
|
@ -1 +1 @@
|
|||
jar:jar
|
||||
package
|
||||
|
|
|
@ -1 +1 @@
|
|||
jar:jar
|
||||
package
|
||||
|
|
|
@ -1 +1 @@
|
|||
jar:jar
|
||||
package
|
||||
|
|
|
@ -1 +1 @@
|
|||
jar:install
|
||||
install
|
||||
|
|
|
@ -1 +1 @@
|
|||
compiler:compile
|
||||
compile
|
||||
|
|
|
@ -1 +1 @@
|
|||
jar:jar
|
||||
package
|
||||
|
|
|
@ -1 +1 @@
|
|||
compiler:compile
|
||||
compile
|
||||
|
|
|
@ -1 +1 @@
|
|||
compiler:compile
|
||||
compile
|
||||
|
|
|
@ -1 +1 @@
|
|||
compiler:compile
|
||||
compile
|
||||
|
|
|
@ -1 +1 @@
|
|||
compiler:compile
|
||||
compile
|
||||
|
|
|
@ -1 +1 @@
|
|||
compiler:compile
|
||||
compile
|
||||
|
|
|
@ -1 +1 @@
|
|||
jar:jar
|
||||
package
|
||||
|
|
|
@ -1 +1 @@
|
|||
jar:jar
|
||||
package
|
||||
|
|
|
@ -1 +1 @@
|
|||
jar:jar
|
||||
package
|
||||
|
|
|
@ -1 +1 @@
|
|||
jar:jar
|
||||
package
|
||||
|
|
Loading…
Reference in New Issue