mirror of https://github.com/apache/maven.git
work around issue
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163606 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a97c024f3b
commit
df6e78a104
|
@ -0,0 +1,8 @@
|
|||
#!/bin/sh
|
||||
|
||||
#
|
||||
# WORKAROUND FOR http://jira.codehaus.org/browse/MNG-214
|
||||
#
|
||||
|
||||
m2 plugin:descriptor
|
||||
m2 modello:xpp3-reader modello:xpp3-writer modello:java resources:resources compiler:compile resources:testResources compiler:testCompile surefire:test jar:jar install:install
|
Loading…
Reference in New Issue