4 Replies Latest reply on Mar 10, 2008 1:05 PM by adrian.brock

    JBoss Managed as an external project

      I've made JBoss Managed into an external project.

      This incldues the old metatype and managed projects.

      JIRA: http://jira.jboss.com/jira/browse/JBMAN
      SVN: https://(anon)svn.jboss.org/repos/jbossas/projects/jboss-man/
      MAVEN: http://repository.jboss.com/maven2/org/jboss/man/

      I've made Scott the project lead since he was marked as the component lead
      of managed when it was in the MC.

      Finally, I've done a Beta11 release and updated the MC project to use it.

        • 1. Re: JBoss Managed as an external project

           

          "adrian@jboss.org" wrote:

          Finally, I've done a Beta11 release and updated the MC project to use it.


          On a related issue, I've made the dependency on jboss-managed optional
          within the MC (except in the deployers which uses the real api).

          This is because the only reason these projects depend on jboss-managed
          is the annotations. So if you aren't using the managed api then those annotations
          can be ignored.

          • 2. Re: JBoss Managed as an external project
            starksm64

            Ok.

            • 3. Re: JBoss Managed as an external project

              Adrian, sorry for the stupid question,

              But are the old maven managed and metatype artifact names now combined into jboss-man-aggregator?

              We had

              <dependency>
               <groupId>org.jboss.man</groupId>
               <artifactId>jboss-managed</artifactId>
               <version>${microcontainer.version}</version>
               <scope>provided</scope>
               </dependency>
              
               <dependency>
               <groupId>org.jboss.man</groupId>
               <artifactId>jboss-metatype</artifactId>
               <version>${microcontainer.version}</version>
               <scope>provided</scope>
               </dependency>
              


              in our pom for dependencies, and I am updating it.

              Thanks

              Mark

              • 4. Re: JBoss Managed as an external project

                 

                "mark.spritzler" wrote:
                Adrian, sorry for the stupid question,

                But are the old maven managed and metatype artifact names now combined into jboss-man-aggregator?

                We had

                <dependency>
                 <groupId>org.jboss.man</groupId>
                 <artifactId>jboss-managed</artifactId>
                 <version>${microcontainer.version}</version>
                 <scope>provided</scope>
                 </dependency>
                
                 <dependency>
                 <groupId>org.jboss.man</groupId>
                 <artifactId>jboss-metatype</artifactId>
                 <version>${microcontainer.version}</version>
                 <scope>provided</scope>
                 </dependency>
                


                in our pom for dependencies, and I am updating it.

                Thanks

                Mark


                You just need to depend on org.jboss.man:jboss-managed
                the metatype dependency will be automatic as a transitive dependency.