Skip to content

Commit

Permalink
Update to create-project.sh [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-brandizi committed Feb 21, 2023
1 parent 7ad4531 commit 748aec5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions create-project.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ fi

# First, download the archetype
mvn dependency:get \
-Dartifact=uk.ac.ebi.maven:cli-archetype:3.0.2\
-Dartifact=uk.ac.ebi.maven:cli-archetype:3.0.3-SNAPSHOT\
-DremoteRepositories=https://mbrandizi.jfrog.io/artifactory/maven

# So that now we can use it from the local repo
Expand All @@ -29,5 +29,5 @@ mvn archetype:generate \
-DgroupId=$groupId -DartifactId=$artifactId -Dversion=$version \
-DarchetypeGroupId=uk.ac.ebi.maven \
-DarchetypeArtifactId=cli-archetype \
-DarchetypeVersion=3.0.2 \
-DarchetypeVersion=3.0.3-SNAPSHOT \
-DinteractiveMode=false

0 comments on commit 748aec5

Please sign in to comment.