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

The archetype should double check the aadarchi-version param is present #317

Closed
lhauspie opened this issue Feb 17, 2023 · 1 comment
Closed

Comments

@lhauspie
Copy link

Executing this command works:

$ mvn archetype:generate -DarchetypeVersion=0.1.6 -DarchetypeGroupId=io.github.Riduidel.aadarchi -DarchetypeArtifactId=archetype

But the resulting pom.xml file contains UNDEFINED:

		<dependency>
			<groupId>io.github.Riduidel.aadarchi</groupId>
			<artifactId>base</artifactId>
			<version>UNDEFINED</version>
		</dependency>
		<dependency>
			<groupId>io.github.Riduidel.aadarchi</groupId>
			<artifactId>github-scm-handler</artifactId>
			<version>UNDEFINED</version>
		</dependency>
		<dependency>
			<groupId>io.github.Riduidel.aadarchi</groupId>
			<artifactId>adr-tickets-extractor</artifactId>
			<version>UNDEFINED</version>
		</dependency>
		<dependency>
			<groupId>io.github.Riduidel.aadarchi</groupId>
			<artifactId>maven-metadata-inferer</artifactId>
			<version>UNDEFINED</version>
		</dependency>
@lhauspie lhauspie changed the title The archetypt should double check the aadarchi-version param is present The archetype should double check the aadarchi-version param is present Feb 17, 2023
@lhauspie lhauspie changed the title The archetype should double check the aadarchi-version param is present The archetype should double check the aadarchi-version param is present Feb 17, 2023
@Riduidel
Copy link
Owner

Fixed by #313 : this parameter is no more needed as we use the version defined in aadarchi directly

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

2 participants