Skip to content

Commit

Permalink
doc: update README
Browse files Browse the repository at this point in the history
Signed-off-by: Maximillian Arruda <dearrudam@gmail.com>
  • Loading branch information
dearrudam committed Mar 31, 2024
1 parent e64b9a0 commit 0c38841
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,15 @@ mvn archetype:generate -DarchetypeCatalog=local
[INFO] Generating project in Interactive mode
[INFO] No archetype defined. Using maven-archetype-quickstart (org.apache.maven.archetypes:maven-archetype-quickstart:1.0)
Choose archetype:
1: local -> org.soujava:maven-archetype-quickstart (Archetype - maven-archetype-quickstart)
1: local -> br.org.soujava:maven-archetype-quickstart (Archetype - maven-archetype-quickstart)
Choose a number or apply filter (format: [groupId:]artifactId, case sensitive contains): :
----

== How to use it from Maven Repository

[source, bash]
----
mvn archetype:generate -DarchetypeGroupId=org.soujava \
mvn archetype:generate -DarchetypeGroupId=br.org.soujava \
-DarchetypeArtifactId=maven-archetype-quickstart \
-DgroupId=<GROUP ID> \
-DartifactId=<ARTIFACT ID> \
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@

<name>Archetype - maven-archetype-quickstart</name>
<description>Maven archetype - Quickstart Maven Project with Java 21</description>

<url>https://github.com/soujava/maven-archetype-quickstart.git</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
Expand Down

0 comments on commit 0c38841

Please sign in to comment.