Adding JBoss AS 7 modules on Eclipse using Maven or JBoss Tools

前端 未结 2 1525
别那么骄傲
别那么骄傲 2021-01-15 19:01

I\'m migrating my project to JBoss AS 7, and I\'ve read a little about its modules. My problem is simple (I think), I have no idea how to include this modules during develop

2条回答
  •  不要未来只要你来
    2021-01-15 19:30

    Take a look at these links:

    • APIs: http://mvnrepository.com/artifact/org.jboss.as/jboss-as-spec-api/7.1.1.Final

    • Artifacts provided by the server: http://mvnrepository.com/artifact/org.jboss.as/jboss-as-api/7.1.0.CR1

    • All other artifacts (I'm not sure which will be the most suitable for you): http://mvnrepository.com/artifact/org.jboss.as

提交回复
热议问题