Click here to Skip to main content
15,885,980 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a situation like below: 
1. I have a JAR which is available in cloud URL 
2. I want to download the JAR and use it as a JAR in my project. 
3. For downloading I am using Maven ant run plugin and putting it in specific folder of the project.

Now I want to add the jar to classpath file via pom.xml


Is there anyway in which as soon as I download the JAR from cloud, I can modify my classpath by adding a classpathEntry through POM.xml?


What I have tried:

I have downloaded the JAR from the cloud and placed it in specific folder.
Posted
Updated 10-Nov-19 19:18pm

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900