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

ODF Validator dependency <type>pom</type> #212

Open
Tracked by #39
Asbjoedt opened this issue Apr 6, 2023 · 0 comments
Open
Tracked by #39

ODF Validator dependency <type>pom</type> #212

Asbjoedt opened this issue Apr 6, 2023 · 0 comments

Comments

@Asbjoedt
Copy link

Asbjoedt commented Apr 6, 2023

Hi

I couldn't get the ODF Validator dependency to resolve based on the Maven repository. It has this:

<!-- https://mvnrepository.com/artifact/org.odftoolkit/odfvalidator -->
<dependency>
    <groupId>org.odftoolkit</groupId>
    <artifactId>odfvalidator</artifactId>
    <version>0.11.0</version>
</dependency>

https://mvnrepository.com/artifact/org.odftoolkit/odfvalidator/0.11.0

I then found that the ODF Toolkit Maven repository has this:

<!-- https://mvnrepository.com/artifact/org.odftoolkit/odftoolkit -->
<dependency>
    <groupId>org.odftoolkit</groupId>
    <artifactId>odftoolkit</artifactId>
    <version>0.11.0</version>
    <type>pom</type>
</dependency>

https://mvnrepository.com/artifact/org.odftoolkit/odftoolkit/0.11.0

I tried to imitate this for ODF Validator, so I put in <type>pom</type> in the pom.xml dependency, and now the dependency has been resolved.

Is this right behaviour?

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