mirror of https://github.com/apache/maven.git
9 lines
270 B
Bash
9 lines
270 B
Bash
|
#!/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
|