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

Please teach how to create the jar file of dss-spi-x509-aia, which is not included in central repository #54

Closed
gittelletta opened this issue Jan 29, 2024 · 2 comments

Comments

@gittelletta
Copy link

I wanted to create war in the maven project AAA, in order to include AAA in Tomcat.

AAA includes DefaultAIASource and OnlineAIASource.

And, in DSS api, they are included in the Package eu.europa.esig.dss.spi.x509.aia
(https://ec.europa.eu/digital-building-blocks/DSS/webapp-demo/apidocs/eu/europa/esig/dss/spi/x509/aia/package-summary.html)

Therefore, I made the following pom.xml in AAA.

<dependency>
	<groupId>eu.europa.ec.joinup.sd-dss</groupId>
	<artifactId>dss-spi-x509-aia</artifactId>
	<version>5.8</version>
</dependency>

However Error occured.
It's because dss-spi-x509-aia is not included in Sonatype Nexus Repository (central repository).

By the way, Maven first searches dss-spi-x509-aia in the central repository, and
if dss-spi-x509-aia is not included in the central repository, then
maven searches dss-spi-x509-aia in the local .m2 repository.

Therefore I want to create the jar file of dss-spi-x509-aia in order to store it in the local .m2 repository.

However I don't know how to create the jar file of dss-spi-x509-aia.

Can anyone teach me how to create the jar file of dss-spi-x509-aia?

Thanks in advance.

satoruotsubo

@bsanchezb
Copy link
Collaborator

Hi,

I'm not sure I understand what you want to achieve.

For integration instructions of DSS to your Maven project, please see documentation.

Please note that DSS does not incorporate "dss-spi-x509-aia" module within its structure, but "dss-spi". For the complete list of available modules, please see this webpage.

Best regards,
Aleksandr

@gittelletta
Copy link
Author

gittelletta commented May 18, 2024 via email

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