You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.adoc
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,9 +11,10 @@ the archetype builds the full module tree and wires up all POMs.
11
11
mvn archetype:generate \
12
12
-DarchetypeGroupId=io.github.jeffjensen \
13
13
-DarchetypeArtifactId=java-service-archetype \
14
-
-DarchetypeVersion=1.0.0
14
+
-DarchetypeVersion=VERSION
15
15
----
16
16
17
+
Replace `VERSION` with the archetype release you want to use.
17
18
See the https://jeffjensen.github.io/java-service-archetype/[project site] for the full prompts reference, module structure, examples, and build instructions.
assert pmBlock.contains('<artifactId>versions-maven-plugin</artifactId>') :'versions-maven-plugin must be declared in pluginManagement'
83
+
assert pmBlock.contains('<version>${versions-maven-plugin.version}</version>') :'versions-maven-plugin pluginManagement must reference the version property'
84
+
assert pmBlock.contains('<artifactId>graphql-java-extended-scalars</artifactId>') :'versions-maven-plugin must configure the graphql-java-extended-scalars rule'
85
+
79
86
// the active <plugins> section is what remains of <build> after removing <pluginManagement>
0 commit comments