79663264

Date: 2025-06-12 09:42:42
Score: 0.5
Natty:
Report link

Here is a simple command to create a submodule from maven-archetype-simple:

mvn archetype:generate -DarchetypeGroupId=org.apache.maven.archetypes -DarchetypeArtifactId=maven-archetype-simple -DgroupId=<your-groupid> -DartifactId=<your-artifact-id>

The parent project's packaging should be <packaging>pom</packaging>

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: chepseskaf