Full name:
org.apache.maven.plugins:maven-archetype-plugin:3.2.1:jar
Description:
Attributes:
| Name | Type | Since | Description |
|---|---|---|---|
| <archetypeDirectory> | File | - | Directory containing the classes. Default value is: ${project.build.outputDirectory}. |
| <finalName> | String | - | Name of the generated JAR. Default value is: ${project.build.finalName}. Alias is: jarName. |
| <outputDirectory> | File | - | Directory containing the generated JAR. Default value is: ${project.build.directory}. |
| Name | Type | Since | Description |
|---|---|---|---|
| <archive> | MavenArchiveConfiguration | 3.2.0 | The archive configuration to use. See Maven
Archiver Reference. |
| <outputTimestamp> | String | 3.2.0 | Timestamp for reproducible output archive entries, either formatted
as ISO 8601 yyyy-MM-dd'T'HH:mm:ssXXX or as an int
representing seconds since the epoch (like SOURCE_DATE_EPOCH). Default value is: ${project.build.outputTimestamp}. |
| <useDefaultExcludes> | boolean | - | Exclude some files from the archetype like .gitignore. Default value is: true. |