-
1. Re: ClassLoading using Maven in jboss 7.1
jaikiran pai Apr 17, 2013 7:34 AM (in response to Lalit Awasthi)Maven is a build tool. What do you mean by using Maven as a classloader?
-
2. Re: ClassLoading using Maven in jboss 7.1
Lalit Awasthi Apr 17, 2013 8:57 AM (in response to jaikiran pai)Thank you Jaikarn for your Reply
I just want to know if we can use Maven for the migration as in earlier code we did not use Maven
-
3. Re: ClassLoading using Maven in jboss 7.1
jaikiran pai Apr 17, 2013 9:31 AM (in response to Lalit Awasthi)Lalit Awasthi wrote:
I just want to know if we can use Maven for the migration as in earlier code we did not use Maven
Are you asking whether you can build your project using Maven?
-
4. Re: ClassLoading using Maven in jboss 7.1
Lalit Awasthi Apr 17, 2013 9:54 AM (in response to jaikiran pai)Actually I got a document on below link
https://docs.jboss.org/author/display/AS7/How+do+I+migrate+my+application+from+AS5+or+AS6+to+AS7
I wanna know instead of using these steps is it possible if we can deploy th code with Maven
Thanks again
-
5. Re: ClassLoading using Maven in jboss 7.1
Nicklas Karlsson Apr 17, 2013 3:16 PM (in response to Lalit Awasthi)1 of 1 people found this helpfulThere is a maven plugin for deployment (http://www.mastertheboss.com/jboss-maven/maven-jboss-as-7-plugin-tutorial) but it has nothing to do with classloading