Posts by Pedroso • 23 points
4 posts
-
0
votes2
answers555
viewsA: generate java artifacts Maven project with Parent on Jenkins
For whoever needs it... If the Project has all the modules inside the same folder, just go to "Source Management" and insert the address of your repository in the "Repository URL" field; If the…
-
1
votes2
answers259
viewsA: Create two jar with the same pom by eclipse
For those who find my question persistent I found an optimized solution. I type the content below in the pom, and write mvn clean source:jar package Note: remembering that when you create the…
-
0
votes2
answers555
viewsQ: generate java artifacts Maven project with Parent on Jenkins
I wonder if someone has already generated package artifacts of a module by the project Parent in Jenkins!? Well, I’ve tried every way I can think of, but so far I’ve only made mistakes! Remembering…
-
1
votes2
answers259
viewsQ: Create two jar with the same pom by eclipse
How to create a pom in the Maven that manages by eclipse two files. Jars, where one will have the files . class and the other . jar will have the sources ( .java files) doing only one install.…