0 Replies Latest reply on May 11, 2012 4:26 AM by klimovsk

    Building JBoss AS dependencies from sources

    klimovsk

      Hello, Community!

       

      My JBoss AS version is 6.1.

       

      Overview of my situation:

      - I want to build from sources some dependencies, which maven downloads through the AS building.

      - With maven dependency plugin I download necessary sources.jar-s from maven repo

      - As I can see this source-jars contain only source-packages and there is no anything instructions or tools for building

       

      While compiling each source I deal with the situation, that some other packages are required.

      For each dependency I can create pom.xml, determine  all needed dependencies and build it, but for several sources it's quite consuming procedure.

       

      Is any easy decision available?