File tree Expand file tree Collapse file tree 7 files changed +8
-8
lines changed
src/main/resources/archetype-resources Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ This is all that you need within your `<dependencies>`:
162162<dependency >
163163 <groupId >com.intuit.karate</groupId >
164164 <artifactId >karate-junit4</artifactId >
165- <version >0.2.0-SNAPSHOT </version >
165+ <version >0.2.0</version >
166166 <scope >test</scope >
167167</dependency >
168168```
@@ -186,7 +186,7 @@ You can replace the values of 'com.mycompany' and 'myproject' as per your needs.
186186mvn archetype:generate \
187187-DarchetypeGroupId=com.intuit.karate \
188188-DarchetypeArtifactId=karate-archetype \
189- -DarchetypeVersion=0.2.0-SNAPSHOT \
189+ -DarchetypeVersion=0.2.0 \
190190-DgroupId=com.mycompany \
191191-DartifactId=myproject
192192```
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >com.intuit.karate</groupId >
77 <artifactId >karate-parent</artifactId >
8- <version >0.2.0-SNAPSHOT </version >
8+ <version >0.2.0</version >
99 </parent >
1010 <artifactId >karate-archetype</artifactId >
1111 <packaging >jar</packaging >
Original file line number Diff line number Diff line change 1717 <dependency >
1818 <groupId >com.intuit.karate</groupId >
1919 <artifactId >karate-junit4</artifactId >
20- <version >0.2.0-SNAPSHOT </version >
20+ <version >0.2.0</version >
2121 <scope >test</scope >
2222 </dependency >
2323 </dependencies >
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >com.intuit.karate</groupId >
77 <artifactId >karate-parent</artifactId >
8- <version >0.2.0-SNAPSHOT </version >
8+ <version >0.2.0</version >
99 </parent >
1010 <artifactId >karate-core</artifactId >
1111 <packaging >jar</packaging >
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >com.intuit.karate</groupId >
77 <artifactId >karate-parent</artifactId >
8- <version >0.2.0-SNAPSHOT </version >
8+ <version >0.2.0</version >
99 </parent >
1010 <artifactId >karate-junit4</artifactId >
1111 <packaging >jar</packaging >
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >com.intuit.karate</groupId >
77 <artifactId >karate-parent</artifactId >
8- <version >0.2.0-SNAPSHOT </version >
8+ <version >0.2.0</version >
99 </parent >
1010 <artifactId >karate-testng</artifactId >
1111 <packaging >jar</packaging >
Original file line number Diff line number Diff line change 44
55 <groupId >com.intuit.karate</groupId >
66 <artifactId >karate-parent</artifactId >
7- <version >0.2.0-SNAPSHOT </version >
7+ <version >0.2.0</version >
88 <packaging >pom</packaging >
99
1010 <name >${project.artifactId} </name >
You can’t perform that action at this time.
0 commit comments