windows XP, JDK 1.6, SMX 3.3, Maven2 I'm trying to figure out why I get so many messages when I run 'mvn install' on my project. The deployments are built correctly and function properly when deployed...yet I get so many warning/info messages that its hard to find build errors when they do exist...
Here is a sample of the warning messages when I run 'mvn clean install' to build my servicemix-bean project. [WARNING] Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] Copying 1 resource Downloading: http://svn.apache.org/repos/asf/servicemix/m2-repo/org/apache/santuario/xmlsec/1.4.0/xmlsec-1.4.0.pom [INFO] Unable to find resource 'org.apache.santuario:xmlsec:pom:1.4.0' in repository servicemix-m2-repo (http://svn.apache.org/repos/asf/servicemix/m2-repo) Downloading: http://people.apache.org/repo/m2-incubating-repository/org/apache/santuario/xmlsec/1.4.0/xmlsec-1.4.0.pom [INFO] Unable to find resource 'org.apache.santuario:xmlsec:pom:1.4.0' in repository apache-incubating (http://people.apache.org/repo/m2-incubating-repository) Downloading: http://repository.codehaus.org/org/apache/santuario/xmlsec/1.4.0/xmlsec-1.4.0.pom [INFO] Unable to find resource 'org.apache.santuario:xmlsec:pom:1.4.0' in repository codehaus (http://repository.codehaus.org) Downloading: http://download.java.net/maven/1/org.apache.santuario/poms/xmlsec-1.4.0.pom ... 10 more of these or so ... Also, I get a ton on INFO messages that say "Resolving..." or "Including...". Is there a way to hide these? It seems like these should be [DEBUG] statements instead of [INFO] or something... I did find the quite mode of Maven using the '-q' param, but it doesn't show me the summary info that I do want to see... [INFO] Resolving org.apache.servicemix:servicemix-bean:jar:3.2.3:compile [INFO] Resolving org.apache.servicemix:servicemix-shared:jar:3.2.3:compile [INFO] Resolving org.apache.servicemix:servicemix-common:jar:3.2.3:compile [INFO] Resolving wsdl4j:wsdl4j:jar:1.6.2:compile ...50 more or so [INFO] Including: commons-pool:commons-pool:jar:1.3:compile [INFO] Including: xalan:xalan:jar:2.7.0:compile [INFO] Including: org.springframework:spring-beans:jar:2.5.6.SEC01:compile ...50 more or so thanks in advance!!! -- View this message in context: http://www.nabble.com/various-Maven-issues-when-building-SAs-using-SMX3.3%2C-Maven2-tp24168223p24168223.html Sent from the ServiceMix - User mailing list archive at Nabble.com.
