-
Notifications
You must be signed in to change notification settings - Fork 356
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
maven3.8.2 build instructions for Jersey 3.0.1 #4844
Comments
Note that you can use git instead of zip (if you are not familiar with it): I tried your way, but I could not reproduce your issue. Your output log, however, complains about org.apache.maven.plugins:maven-resources-plugin, and the Also you do not need to build Jersey, you may just download the jars from maven central. |
Hello, Thank you for your response. FYI, I removed the execution block as you mentioned, it still gave me the NPE issue. Just out of curiosity, what version of maven did you use ? Maybe I can try with that. Appreciate your help. Thanks... |
I tried with 3.8.2, it worked fine. Now maven-bundle-plugin in pom.xml has Did you acciddently erase the NOTICE.md and LICENSE.md files? |
I'm sorry to bug but I think source of my problem is directory-maven-plugin not able to set the Highest basedir. I'm not sure why that could be the case. I reverted all the changes to original pom.xml: pom.txt If I modify the goal to be 'directory-of' ( or execution-root' ), in that case I think the relevant jars I'm looking for got built but fails for jersey-examples. Thank you again for all your help.. |
I have tested it with maven 3.8.2 and it worked for me, but we have a report that the |
It really looks like on some OS, |
Fixed by #4886 |
Hello
I'm looking for instructions to build jersey source code using maven.
So far,
I ran into issue in regards to directory-maven-plugin:0.3.1:highest-basedir (directories), which after a lot of googling, came across stackoverflow user who suggested to use directory-of goal.
Attaching modified pom.xml for reference.
pom.txt
My expectation was to download jersey source code and built it using maven and generate the jersey jars that we need in our application. I wasn't expecting to make any changes to pom.xml, but then again I haven't much experience with maven. So, any help will be greatly appreciated.
Thanks..
The text was updated successfully, but these errors were encountered: