Hi, It appears that new (non-snapshot) versions of * maven commons pom (v10) * maven parent pom (v7) have been released, plus a new snapshot update for * maven-source-plugin v2.0.4 which depends on these new pom files.
For maven to download new updates when it detects them is normal. You appear to have 3 different repositories defined, which is fine: * codehaus * people.apache.org * a local in-house server It does seem a little odd to me that each file is downloaded from each of the repositories (presumably overwriting each other). Surely maven should just pick one. But that shouldn't cause any problems. And in the end, this particular update is just for a plugin that is used to build bundles of .java source files that can be made available for user downloads. It is extremely unlikely that this would break your jsf app. Independently, however, the snapshots of the dev trunk of Myfaces have just been updated. If any of your projects have a dependency on *myfaces* snapshots then you might also have ended up downloading these, which could possibly be affecting your app. Check the timestamp on the myfaces jars in your local repo (~/.m2/...). Regards, Simon ---- Carsten Pieper <[EMAIL PROTECTED]> schrieb: > > Hi everyone, > > probably this is a homegrown problem and nothing general (we haven't any > clue right > now). I just wantet to check, if anyone else has this problems... > > This is the situation since this morning: In none of our projects > (environment: > Trinidad (mostly 1.0.4-SNAPSHOT), Facelets, started via Maven...) no user > input > doesn't seem to make it to the server (it seems as if server requests are > created but > all user inputs are ignored). > > When we look into the Maven console (first "mvn jetty:run" of the day) we > see this: > > +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > > [INFO] Scanning for projects... > [INFO] snapshot de.continentale.vu.jsf:jsf-main-pom:1-SNAPSHOT: checking for > updates from shared > [INFO] snapshot de.continentale.vu.jsf:jsf-main-pom:1-SNAPSHOT: checking for > updates from old-legacy > [INFO] snapshot de.continentale.vu.jsf:jsf-main-pom:1-SNAPSHOT: checking for > updates from new-legacy > [INFO] snapshot de.continentale.vu.jsf:jsf-main-pom:1-SNAPSHOT: checking for > updates from new-legacy-alternative > [INFO] snapshot de.continentale.vu.jsf:jsf-main-pom:1-SNAPSHOT: checking for > updates from codehaus > [INFO] snapshot de.continentale.vu.jsf:jsf-main-pom:1-SNAPSHOT: checking for > updates from apache-snapshot > [INFO] Searching repository for plugin with prefix: 'jetty'. > [INFO] de.continentale.maven.plugins: checking for updates from codehaus > [INFO] de.continentale.maven.plugins: checking for updates from > apache-snapshot > [INFO] de.continentale.maven.plugins: checking for updates from shared > [INFO] org.apache.maven.plugins: checking for updates from codehaus > [INFO] org.apache.maven.plugins: checking for updates from apache-snapshot > [INFO] org.apache.maven.plugins: checking for updates from shared > [INFO] org.codehaus.mojo: checking for updates from codehaus > [INFO] org.codehaus.mojo: checking for updates from apache-snapshot > [INFO] org.codehaus.mojo: checking for updates from shared > [INFO] artifact org.apache.maven.plugins:maven-source-plugin: checking for > updates from codehaus > [INFO] artifact org.apache.maven.plugins:maven-source-plugin: checking for > updates from apache-snapshot > [INFO] artifact org.apache.maven.plugins:maven-source-plugin: checking for > updates from shared > [INFO] snapshot org.apache.maven.plugins:maven-source-plugin:2.0.4-SNAPSHOT: > checking for updates from codehaus > [INFO] snapshot org.apache.maven.plugins:maven-source-plugin:2.0.4-SNAPSHOT: > checking for updates from apache-snapshot > [INFO] snapshot org.apache.maven.plugins:maven-source-plugin:2.0.4-SNAPSHOT: > checking for updates from shared > Downloading: > http://people.apache.org/repo/m2-snapshot-repository/org/apache/maven/plugins/maven-source-plugin/2.0.4-SNA > PSHOT/maven-source-plugin-2.0.4-20071107.213249-6.pom > 3K downloaded > Downloading: > http://repository.codehaus.org/org/apache/maven/plugins/maven-plugins/10/maven-plugins-10.pom > Downloading: > http://people.apache.org/repo/m2-snapshot-repository/org/apache/maven/plugins/maven-plugins/10/maven-plugin > s-10.pom > Downloading: > http://do1s7504:8080/mshared/org/apache/maven/plugins/maven-plugins/10/maven-plugins-10.pom > Downloading: > http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-plugins/10/maven-plugins-10.pom > 7K downloaded > Downloading: > http://repository.codehaus.org/org/apache/maven/maven-parent/7/maven-parent-7.pom > Downloading: > http://people.apache.org/repo/m2-snapshot-repository/org/apache/maven/maven-parent/7/maven-parent-7.pom > Downloading: > http://do1s7504:8080/mshared/org/apache/maven/maven-parent/7/maven-parent-7.pom > Downloading: > http://repo1.maven.org/maven2/org/apache/maven/maven-parent/7/maven-parent-7.pom > 20K downloaded > Downloading: > http://repository.codehaus.org/org/apache/maven/plugins/maven-source-plugin/2.0.4-SNAPSHOT/maven-source-plu > gin-2.0.4-20071107.213249-6.pom > Downloading: > http://people.apache.org/repo/m2-snapshot-repository/org/apache/maven/plugins/maven-source-plugin/2.0.4-SNA > PSHOT/maven-source-plugin-2.0.4-20071107.213249-6.pom > 3K downloaded > Downloading: > http://repository.codehaus.org/org/apache/maven/plugins/maven-source-plugin/2.0.4-SNAPSHOT/maven-source-plu > gin-2.0.4-20071107.213249-6.jar > Downloading: > http://people.apache.org/repo/m2-snapshot-repository/org/apache/maven/plugins/maven-source-plugin/2.0.4-SNA > PSHOT/maven-source-plugin-2.0.4-20071107.213249-6.jar > 14K downloaded > [INFO] > ---------------------------------------------------------------------------- > [INFO] Building jsf-prototype > [INFO] task-segment: [jetty:run] > [INFO] > ---------------------------------------------------------------------------- > [INFO] Preparing jetty:run > [INFO] artifact org.apache.maven.plugins:maven-resources-plugin: checking > for updates from codehaus > [INFO] artifact org.apache.maven.plugins:maven-resources-plugin: checking > for updates from apache-snapshot > [INFO] artifact org.apache.maven.plugins:maven-resources-plugin: checking > for updates from shared > [INFO] snapshot > org.apache.maven.plugins:maven-resources-plugin:2.3-SNAPSHOT: checking for > updates from codehaus > [INFO] snapshot > org.apache.maven.plugins:maven-resources-plugin:2.3-SNAPSHOT: checking for > updates from apache-snapshot > [INFO] snapshot > org.apache.maven.plugins:maven-resources-plugin:2.3-SNAPSHOT: checking for > updates from shared > [INFO] artifact org.apache.maven.plugins:maven-compiler-plugin: checking for > updates from codehaus > [INFO] artifact org.apache.maven.plugins:maven-compiler-plugin: checking for > updates from apache-snapshot > [INFO] artifact org.apache.maven.plugins:maven-compiler-plugin: checking for > updates from shared > [INFO] [resources:resources] > [INFO] Using default encoding to copy filtered resources. > [INFO] Copying 3 resources > [INFO] Copying 17 resources to META-INF > [INFO] Resource directory does not exist: C:\Dokumente und > Einstellungen\pieper\workspace-exadel-pro\jsf-prototype\src\m > ain\webapp\pages > [INFO] snapshot org.apache.myfaces.tomahawk:sandbox-project:1.1.6-SNAPSHOT: > checking for updates from codehaus > [INFO] snapshot org.apache.myfaces.tomahawk:sandbox-project:1.1.6-SNAPSHOT: > checking for updates from apache-snapshot > [INFO] snapshot org.apache.myfaces.tomahawk:sandbox-project:1.1.6-SNAPSHOT: > checking for updates from shared > [INFO] snapshot org.apache.myfaces.tomahawk:sandbox-project:1.1.6-SNAPSHOT: > checking for updates from old-legacy > [INFO] snapshot org.apache.myfaces.tomahawk:sandbox-project:1.1.6-SNAPSHOT: > checking for updates from new-legacy > [INFO] snapshot org.apache.myfaces.tomahawk:sandbox-project:1.1.6-SNAPSHOT: > checking for updates from new-legacy-alterna > tive > [INFO] snapshot org.apache.myfaces.tomahawk:tomahawk-project:1.1.6-SNAPSHOT: > checking for updates from codehaus > [INFO] snapshot org.apache.myfaces.tomahawk:tomahawk-project:1.1.6-SNAPSHOT: > checking for updates from apache-snapshot > [INFO] snapshot org.apache.myfaces.tomahawk:tomahawk-project:1.1.6-SNAPSHOT: > checking for updates from shared > [INFO] snapshot org.apache.myfaces.tomahawk:tomahawk-project:1.1.6-SNAPSHOT: > checking for updates from old-legacy > [INFO] snapshot org.apache.myfaces.tomahawk:tomahawk-project:1.1.6-SNAPSHOT: > checking for updates from new-legacy > [INFO] snapshot org.apache.myfaces.tomahawk:tomahawk-project:1.1.6-SNAPSHOT: > checking for updates from new-legacy-altern > ative > [INFO] snapshot org.apache.myfaces.maven:myfaces-master:1.0.6-SNAPSHOT: > checking for updates from apache-maven-snapshots > > [INFO] snapshot org.apache.myfaces.maven:myfaces-master:1.0.6-SNAPSHOT: > checking for updates from codehaus > [INFO] snapshot org.apache.myfaces.maven:myfaces-master:1.0.6-SNAPSHOT: > checking for updates from apache-snapshot > [INFO] snapshot org.apache.myfaces.maven:myfaces-master:1.0.6-SNAPSHOT: > checking for updates from shared > [INFO] snapshot org.apache.myfaces.maven:myfaces-master:1.0.6-SNAPSHOT: > checking for updates from old-legacy > [INFO] snapshot org.apache.myfaces.maven:myfaces-master:1.0.6-SNAPSHOT: > checking for updates from new-legacy > [INFO] snapshot org.apache.myfaces.maven:myfaces-master:1.0.6-SNAPSHOT: > checking for updates from new-legacy-alternative > > [INFO] snapshot org.apache.myfaces.tomahawk:tomahawk:1.1.6-SNAPSHOT: > checking for updates from codehaus > [INFO] snapshot org.apache.myfaces.tomahawk:tomahawk:1.1.6-SNAPSHOT: > checking for updates from apache-snapshot > [INFO] snapshot org.apache.myfaces.tomahawk:tomahawk:1.1.6-SNAPSHOT: > checking for updates from shared > [INFO] snapshot org.apache.myfaces.tomahawk:tomahawk:1.1.6-SNAPSHOT: > checking for updates from old-legacy > [INFO] snapshot org.apache.myfaces.tomahawk:tomahawk:1.1.6-SNAPSHOT: > checking for updates from new-legacy > [INFO] snapshot org.apache.myfaces.tomahawk:tomahawk:1.1.6-SNAPSHOT: > checking for updates from new-legacy-alternative > 6K downloaded > [INFO] snapshot org.apache.myfaces.core:myfaces-core-project:1.1.6-SNAPSHOT: > checking for updates from codehaus > [INFO] snapshot org.apache.myfaces.core:myfaces-core-project:1.1.6-SNAPSHOT: > checking for updates from apache-snapshot > [INFO] snapshot org.apache.myfaces.core:myfaces-core-project:1.1.6-SNAPSHOT: > checking for updates from shared > [INFO] snapshot org.apache.myfaces.core:myfaces-core-project:1.1.6-SNAPSHOT: > checking for updates from old-legacy > [INFO] snapshot org.apache.myfaces.core:myfaces-core-project:1.1.6-SNAPSHOT: > checking for updates from new-legacy > [INFO] snapshot org.apache.myfaces.core:myfaces-core-project:1.1.6-SNAPSHOT: > checking for updates from new-legacy-altern > ative > 2K downloaded > Downloading: > http://repository.codehaus.org/org/apache/myfaces/myfaces/2/myfaces-2.pom > Downloading: > http://people.apache.org/repo/m2-snapshot-repository/org/apache/myfaces/myfaces/2/myfaces-2.pom > Downloading: > http://do1s7504:8080/mshared/org/apache/myfaces/myfaces/2/myfaces-2.pom > Downloading: > http://do1s7504:8080/mlegacy/org/apache/myfaces/myfaces/2/myfaces-2.pom > Downloading: > http://do1s7504:8080/mlegacy2/org/apache/myfaces/myfaces/2/myfaces-2.pom > Downloading: > http://do1s7504:8080/mlegacy3/org/apache/myfaces/myfaces/2/myfaces-2.pom > Downloading: > http://repo1.maven.org/maven2/org/apache/myfaces/myfaces/2/myfaces-2.pom > 23K downloaded > [INFO] snapshot de.continentale.vu.jsf:jsf-base:1.0-SNAPSHOT: checking for > updates from codehaus > [INFO] snapshot de.continentale.vu.jsf:jsf-base:1.0-SNAPSHOT: checking for > updates from apache-snapshot > [INFO] snapshot de.continentale.vu.jsf:jsf-base:1.0-SNAPSHOT: checking for > updates from shared > [INFO] snapshot de.continentale.vu.jsf:jsf-base:1.0-SNAPSHOT: checking for > updates from old-legacy > [INFO] snapshot de.continentale.vu.jsf:jsf-base:1.0-SNAPSHOT: checking for > updates from new-legacy > [INFO] snapshot de.continentale.vu.jsf:jsf-base:1.0-SNAPSHOT: checking for > updates from new-legacy-alternative > 11K downloaded > 261K downloaded > [INFO] [compiler:compile] > [INFO] Nothing to compile - all classes are up to date > [INFO] [resources:testResources] > [INFO] Using default encoding to copy filtered resources. > [INFO] Copying 0 resource > 555K downloaded > [INFO] [compiler:testCompile] > [INFO] Nothing to compile - all classes are up to date > [INFO] [jetty:run] > ... > +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > > So it looks to us, as if most new stuff has something to do with some Maven > plugins > (of which I don't inow what they're doing). > > Has anything gone wrong with those Maven plugin snapshots? Any similar > experiences > elsewhere today? > > Any help/ideas appreciated! > Carsten > -- > View this message in context: > http://www.nabble.com/Problems-with-Maven-Plugins----tf4769772.html#a13643474 > Sent from the MyFaces - Users mailing list archive at Nabble.com. >

