We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm new to maven but this bit in the readme should have the latest id's and not a variable, right?
<dependency> <groupId>${project.groupId}</groupId> <artifactId>${project.artifactId}</artifactId> <version>${project.version}</version> </dependency>
The text was updated successfully, but these errors were encountered:
Yes, this page should be generated, updating these values so you always see the most recent version. Must have gone wrong after migrating to github.
FYI, values should be:
<dependency> <groupId>com.thoughtworks.qdox</groupId> <artifactId>qdox</artifactId> <version>2.0-M9</version> </dependency>
Sorry, something went wrong.
Thank you very much!
No branches or pull requests
I'm new to maven but this bit in the readme should have the latest id's and not a variable, right?
The text was updated successfully, but these errors were encountered: