Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When using archetype, the aadarchi-maven-plugin sometimes use project.groupId #219

Closed
Riduidel opened this issue Sep 2, 2022 · 0 comments
Assignees

Comments

@Riduidel
Copy link
Owner

Riduidel commented Sep 2, 2022

I created an example project from archetype, and got

		<profile>
			<id>generate-docs</id>
			<activation>
				<file>
					<exists>src/docs/asciidoc</exists>
				</file>
			</activation>
			<build>
				<defaultGoal>package</defaultGoal>
				<plugins>
					<plugin>
						<groupId>${project.groupId}</groupId>
						<artifactId>aadarchi-maven-plugin</artifactId>
						<version>${project.version}</version>

Which is obviously not good

@Riduidel Riduidel self-assigned this Sep 2, 2022
@Riduidel Riduidel changed the title When using archetype, the various aadarchi modules use archetype groupid, which is not good When using archetype, the aadarchi-maven-plugin sometimes use project.groupId Sep 2, 2022
Riduidel added a commit that referenced this issue Sep 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant