"pgier" wrote :
| Try doing an "mvn -U -up" to make sure that you have everything up to date. If that doesn't work, the jbossxb version number that it's looking for should be picked up from the microcontainer parent. Make sure that this parent pom is up to date with svn and includes the jbossxb dependency in the dependencyManagement section.
It was my mistake, my IDE doesn't update files in project's root directory (strange, but real ;-).
Thanks for the help and also to Kevin, who also realized what the problem is.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4033700#4033700
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4033700
"alesj" wrote : I get the following error while running this: 'C:\projects\microcontainer>mvn install'
|
| | [INFO] Scanning for projects...
| | [INFO] ------------------------------------------------------------------------
| | [ERROR] FATAL ERROR
| | [INFO] ------------------------------------------------------------------------
| | [INFO] Error building POM (may not be this project's POM).
| |
|
| What am I missing?
Try doing an "mvn -U -up" to make sure that you have everything up to date. If that doesn't work, the jbossxb version number that it's looking for should be picked up from the microcontainer parent. Make sure that this parent pom is up to date with svn and includes the jbossxb dependency in the dependencyManagement section.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4033694#4033694
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4033694
"Kevin.Conner(a)jboss.com" wrote :
| The jboss-aop dependency was updated overnight to 2.0.0-SNAPSHOT. This now allows my current version to build but is obviously not a proper fix as it may occur in future.
|
I updated the aop dependency last night. I changed the aop dependency so that it does not transitively include jboss-container, and jboss-dependency. Hopefully that will prevent aop changes from affecting microcontainer builds in this way.
Do you have some ideas for a better long term solution?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4033691#4033691
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4033691