Yes, I can get to that URL in my browser. When I get a chance I will try this from home instead of the office, maybe a different firewall configuration will make a difference.
This isn't critical for me, since at this point I'm not really sure I want my build to have a dependency on a snapshot plugin anyway. I was just surprised that it didn't work. -Adam "John Casey" <[EMAIL PROTECTED]> 09/29/2006 06:39 PM Please respond to "Maven Users List" <[email protected]> To "Maven Users List" <[email protected]> cc Subject Re: How to use latest snapshot of assembly plugin? stupid question, maybe, but can you browse to this URL: http://people.apache.org/repo/m2-snapshot-repository/org/apache/maven/plugins/maven-assembly-plugin/2.2-SNAPSHOT/maven-assembly-plugin-2.2-20060920.230937-23.pom ? I suspect there is some problem with your firewall/proxy that might keep you from getting to people.apache.org...of course, your browser might be configured correctly... -john On 9/29/06, Adam Lally <[EMAIL PROTECTED]> wrote: > > Yes, I'm behind a firewall. But that doesn't in general seem to prevent > me from downloading components from Maven repositories. > > -Adam > > > > > "Wayne Fay" <[EMAIL PROTECTED]> > 09/29/2006 04:46 PM > Please respond to > "Maven Users List" <[email protected]> > > > To > "Maven Users List" <[email protected]> > cc > > Subject > Re: How to use latest snapshot of assembly plugin? > > > > > > > Looks like you're behind a firewall or proxy of some kind? > > Wayne > > On 9/29/06, Adam Lally <[EMAIL PROTECTED]> wrote: > > Running with -U did not help. Here's the output from "mvn -X compile". > I > > see a bunch of "Skipping disabled repository..." messages. Why is that? > > > > > > > > + Error stacktraces are turned on. > > Maven version: 2.0.4 > > [DEBUG] Building Maven user-level plugin registry from: 'C:\Documents > and > > Settings\Administrator\.m2\plugin-registry.xml' > > [DEBUG] Building Maven global-level plugin registry from: 'c:\Program > > Files\maven\bin\..\conf\plugin-registry.xml' > > [INFO] Scanning for projects... > > [INFO] > > > > ---------------------------------------------------------------------------- > > [INFO] Building Maven Quick Start Archetype > > [INFO] task-segment: [compile] > > [INFO] > > > > ---------------------------------------------------------------------------- > > [DEBUG] Skipping disabled repository apache.snapshots > > [DEBUG] Skipping disabled repository apache.org > > [DEBUG] Skipping disabled repository codehaus.org > > [DEBUG] maven-resources-plugin: resolved to version 2.2 from repository > > central > > [DEBUG] Retrieving parent-POM: org.apache.maven.plugins:maven-plugins::1 > > for project: null:maven-resources-plugin:maven-plugin:2.2 from the > > repository. > > [DEBUG] Retrieving parent-POM: org.apache.maven:maven-parent::1 for > > project: org.apache.maven.plugins:maven-plugins:pom:1 from the > repository. > > [DEBUG] Retrieving parent-POM: org.apache:apache::1 for project: > > org.apache.maven:maven-parent:pom:1 from the repository. > > [DEBUG] Skipping disabled repository apache.snapshots > > [DEBUG] Skipping disabled repository apache.org > > [DEBUG] Skipping disabled repository codehaus.org > > [DEBUG] maven-compiler-plugin: resolved to version 2.0.1 from repository > > central > > [DEBUG] Retrieving parent-POM: org.apache.maven.plugins:maven-plugins::1 > > for project: null:maven-compiler-plugin:maven-plugin:2.0.1 from the > > repository. > > [DEBUG] Retrieving parent-POM: org.apache.maven:maven-parent::1 for > > project: org.apache.maven.plugins:maven-plugins:pom:1 from the > repository. > > [DEBUG] Retrieving parent-POM: org.apache:apache::1 for project: > > org.apache.maven:maven-parent:pom:1 from the repository. > > [DEBUG] Skipping disabled repository central > > [DEBUG] Skipping disabled repository central > > [DEBUG] maven-assembly-plugin: using locally installed snapshot > > [DEBUG] Trying repository apache.snapshots > > Downloading: > > > > http://people.apache.org/repo/m2-snapshot-repository/org/apache/maven/plugins/maven-assembly-plugin/2.2-SNAPSHOT/maven-assembly-plugin-2.2-SNAPSHOT.pom > > > [WARNING] Unable to get resource from repository apache.snapshots > > (http://people.apache.org/repo/m2-snapshot-repository) > > [DEBUG] Trying repository apache.org > > Downloading: > > > > http://people.apache.org/maven-snapshot-repository/org/apache/maven/plugins/maven-assembly-plugin/2.2-SNAPSHOT/maven-assembly-plugin-2.2-SNAPSHOT.pom > > > [WARNING] Unable to get resource from repository apache.org > > (http://people.apache.org/maven-snapshot-repository) > > [DEBUG] Trying repository codehaus.org > > Downloading: > > > > http://snapshots.repository.codehaus.org//org/apache/maven/plugins/maven-assembly-plugin/2.2-SNAPSHOT/maven-assembly-plugin-2.2-SNAPSHOT.pom > > > [WARNING] Unable to get resource from repository codehaus.org > > (http://snapshots.repository.codehaus.org/) > > [DEBUG] Skipping disabled repository central > > [DEBUG] Skipping disabled repository central > > [INFO] > > ------------------------------------------------------------------------ > > [ERROR] BUILD ERROR > > [INFO] > > ------------------------------------------------------------------------ > > [INFO] Failed to resolve artifact. > > > > GroupId: org.apache.maven.plugins > > ArtifactId: maven-assembly-plugin > > Version: 2.2-SNAPSHOT > > > > Reason: Unable to download the artifact from any repository > > > > org.apache.maven.plugins:maven-assembly-plugin:pom:2.2-SNAPSHOT > > > > from the specified remote repositories: > > codehaus.org (http://snapshots.repository.codehaus.org/), > > central (http://repo1.maven.org/maven2), > > apache.snapshots ( http://people.apache.org/repo/m2-snapshot-repository > ), > > apache.org (http://people.apache.org/maven-snapshot-repository) > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > >
