Committed by
Gerrit Code Review
Fixed onos-archetypes-test to use proper version of the archetypes for test project generation.
Change-Id: I79b6a1224ae6201554036986a2bf41275cc06f7c
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -4,7 +4,7 @@ | ... | @@ -4,7 +4,7 @@ |
4 | # ----------------------------------------------------------------------------- | 4 | # ----------------------------------------------------------------------------- |
5 | 5 | ||
6 | export AROOT=/tmp/foo | 6 | export AROOT=/tmp/foo |
7 | -export ARCHETYPE_OPTS="-DarchetypeGroupId=org.onosproject -Dversion=1.3.0-SNAPSHOT" | 7 | +export ARCHETYPE_OPTS="-DarchetypeGroupId=org.onosproject -DarchetypeVersion=1.3.0-SNAPSHOT" |
8 | 8 | ||
9 | mkdir -p $AROOT | 9 | mkdir -p $AROOT |
10 | for an in api bundle cli ui; do | 10 | for an in api bundle cli ui; do | ... | ... |
-
Please register or login to post a comment