-
1. Re: [jbdevstudio-users] External Jar File and OpenShift with Developer Studio
maxandersen Jul 19, 2014 9:22 AM (in response to dougjrs)If you project is a maven project it should be sufficient to import it as a maven project into eclipse.
/max (sent from my phone)
On 19/07/2014, at 03.39, Doug Schaible <jbdevstudio-users@lists.jboss.org> wrote:
I am attempting to bring a java application that I had previously created into JBoss Developer Studio and OpenShift.
I know how to add external jar files into Eclipse, but I am not sure on the steps that I need to take to allow Maven to see this. Can anyone point me to what I need to do to have Maven see them so that my application will run?
Thanks,
Doug
Posted by forums
Original post: https://community.jboss.org/message/881727#881727
_______________________________________________
jbdevstudio-users mailing list
_______________________________________________
jbdevstudio-users mailing list
jbdevstudio-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jbdevstudio-users
-
2. Re: External Jar File and OpenShift with Developer Studio
dougjrs Jul 19, 2014 10:37 AM (in response to maxandersen)It was an eclipse project.
-
3. Re: External Jar File and OpenShift with Developer Studio
maxandersen Jul 21, 2014 7:42 AM (in response to dougjrs)okey i'm confused now then.
you say it was created by developer studio for openshift - my assumption is then that it would be maven project too.
If it is a maven project then you add libraries by editing the pom.xml which declare your dependencies.