0 Replies Latest reply on Feb 21, 2016 5:09 AM by antonello.iovino

    forge commands referencing to resources (classes , persistence) of other project (on local maven repo)

    antonello.iovino

      Hy all

      I'm creating a project with jboss forge (2.20.2 Final), type war, that will be included in an ear. In this project I have a reference to a jar project with ejb, entities and persistence unit. This is included as a dependency in the pom of the war project This last is in .m2/repositories (local maven repository).

      Working from command line of forge in the war project directory ( or also throgh script) , i want to use forge commands like jpa-generate-daos-from-entities or scaffold-generate , referring to the classes and resources of the other project.

      Looks like it is not possible. Have you any idea?