Skip to content

Fixes #215: validator: build additional plain jar file, attempt 2#227

Merged
svanteschubert merged 1 commit intomasterfrom
215_2
May 25, 2023
Merged

Fixes #215: validator: build additional plain jar file, attempt 2#227
svanteschubert merged 1 commit intomasterfrom
215_2

Conversation

@mistmist
Copy link
Contributor

Argh, accidentally wrote archiveClasses not attachClasses as intended.

Argh, accidentally wrote archiveClasses not attachClasses as intended.
@svanteschubert svanteschubert self-requested a review May 25, 2023 14:00
@Asbjoedt
Copy link

Asbjoedt commented Sep 22, 2024

With this PR is the ODF Validtor now available as a library to use in the POM file?
If so, how can the ODF Validator be imported?
i.e. this does not work import org.odftoolkit.odfvalidator

This resolves correctly in the POM file:

<dependency>
      <groupId>org.odftoolkit</groupId>
      <artifactId>odfvalidator</artifactId>
      <version>0.12.0</version>
      <type>pom</type>
</dependency>

@svanteschubert
Copy link
Contributor

The reuse by Maven artefact worked earlier already, see
https://mvnrepository.com/artifact/org.odftoolkit/odfvalidator/0.12.0
I usually do not use the pom type in the dependency, the detailed documentation is here:
https://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html#Dependency_Management

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

Successfully merging this pull request may close these issues.

3 participants