I have a Myeclipse for Spring Flex CRUD Scaffolding application. I have maven enabled and everything works fine on my workstation.
When I try to build on our hudson server i get errors like this:
Downloading: http://repo1.maven.org/maven2/org/apache/openejb/javaee-api/5.0-1/javaee-api-5.0-1.jar
Downloading: http://repo1.maven.org/maven2/commons-fileupload/commons-fileupload/1.2.1/commons-fileupload-1.2.1.jar
[INFO] Unable to find resource 'javax.management:jmxremote:jar:1.0.1_04' in repository com.springsource.repository.bundles.external (http://repository.springsource.com/maven/bundles/external)
Downloading: http://repo1.maven.org/maven2/javax/management/jmxremote/1.0.1_04/jmxremote-1.0.1_04.jar
[INFO] Unable to find resource 'javax.management:jmxremote:jar:1.0.1_04' in repository central (http://repo1.maven.org/maven2)
Downloading: http://repository.springsource.com/maven/bundles/release/org/openid4java/openid4java/0.9.5/openid4java-0.9.5.jar
Is there something I need to do in myeclipse for it to update the pom file? The project still builds fine on my workstation.
Any help is appreciated! Thanks!