You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by sp...@yahoo.fr on 2007/04/24 17:11:53 UTC

Re : Re : Re : Help setup local proxy for Maven2 (Please)

C:\works\workspace\TestTutelec>mvn -X compile
+ Error stacktraces are turned on.
Maven version: 2.0.5
[DEBUG] Building Maven user-level plugin registry from: 'C:\Documents and Settin
gs\Administrator\.m2\plugin-registry.xml'
[DEBUG] Building Maven global-level plugin registry from: 'C:\devTools\maven-2.0
.5\conf\plugin-registry.xml'
[INFO] Scanning for projects...
[INFO] -------------------------------------------------------------------------
---
[INFO] Building TestTutelec
[INFO]    task-segment: [compile]
[INFO] -------------------------------------------------------------------------
---
[DEBUG] maven-resources-plugin: using locally installed snapshot
[DEBUG] maven-resources-plugin: using locally installed snapshot
[DEBUG] Artifact not found - using stub model: Unable to determine the latest ve
rsion

  org.apache.maven.plugins:maven-resources-plugin:pom:LATEST


[DEBUG] Using defaults for missing POM org.apache.maven.plugins:maven-resources-
plugin:pom:LATEST
[DEBUG] maven-resources-plugin: using locally installed snapshot
[DEBUG] Artifact not found - using stub model: Unable to determine the release v
ersion

  org.apache.maven.plugins:maven-resources-plugin:pom:RELEASE


[DEBUG] Using defaults for missing POM org.apache.maven.plugins:maven-resources-
plugin:pom:RELEASE
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] The plugin 'org.apache.maven.plugins:maven-resources-plugin' does not exi
st or no valid version could be found
[INFO] ------------------------------------------------------------------------
[DEBUG] Trace
org.apache.maven.lifecycle.LifecycleExecutionException: The plugin 'org.apache.m
aven.plugins:maven-resources-plugin' does not exist or no valid version could be
 found
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.verifyPlugin(Defa
ultLifecycleExecutor.java:1286)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.getMojoDescriptor
(DefaultLifecycleExecutor.java:1522)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.bindLifecycleForP
ackaging(DefaultLifecycleExecutor.java:1016)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.constructLifecycl
eMappings(DefaultLifecycleExecutor.java:980)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(Defau
ltLifecycleExecutor.java:458)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHan
dleFailures(DefaultLifecycleExecutor.java:311)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegmen
ts(DefaultLifecycleExecutor.java:278)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLi
fecycleExecutor.java:143)
        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:330)
        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:123)
        at org.apache.maven.cli.MavenCli.main(MavenCli.java:272)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
        at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
        at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)

        at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
Caused by: org.apache.maven.plugin.version.PluginVersionNotFoundException: The p
lugin 'org.apache.maven.plugins:maven-resources-plugin' does not exist or no val
id version could be found
        at org.apache.maven.plugin.version.DefaultPluginVersionManager.resolvePl
uginVersion(DefaultPluginVersionManager.java:228)
        at org.apache.maven.plugin.version.DefaultPluginVersionManager.resolvePl
uginVersion(DefaultPluginVersionManager.java:90)
        at org.apache.maven.plugin.DefaultPluginManager.verifyPlugin(DefaultPlug
inManager.java:161)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.verifyPlugin(Defa
ultLifecycleExecutor.java:1257)
        ... 18 more
[INFO] ------------------------------------------------------------------------
[INFO] Total time: < 1 second
[INFO] Finished at: Tue Apr 24 15:10:03 GMT 2007
[INFO] Final Memory: 1M/4M
[INFO] ------------------------------------------------------------------------

Thanks for your time

Nawfel

----- Message d'origine ----
De : Wayne Fay <wa...@gmail.com>
À : Maven Users List <us...@maven.apache.org>
Envoyé le : Mardi, 24 Avril 2007, 14h44mn 58s
Objet : Re: Re : Re : Help setup local proxy for Maven2 (Please)

Looks like Proximity isn't doing its job. I won't pretend to know why.

Get that working, then try again. Also, use -X to see what's going on.
It should look like:

[DEBUG] Trying repository central
Downloading: http://localhost:8080/px-webapp-default-1.0.0-RC8/repository/public/org/apache/maven/reporting/maven-reporting-api/2.0.2/maven-reporting-api-2.0.2.pom
902b downloaded
[DEBUG]   Artifact resolved
[DEBUG] Retrieving parent-POM:
org.apache.maven.reporting:maven-reporting::2.0.2 for project:
null:maven-reporting-api:jar:2.0.2 from the repository.
[DEBUG] Trying repository central
Downloading: http://localhost:8080/px-webapp-default-1.0.0-RC8/repository/public/org/apache/maven/reporting/maven-reporting/2.0.2/maven-reporting-2.0.2.pom
738b downloaded
[DEBUG]   Artifact resolved

Wayne

On 4/24/07, spouynt@yahoo.fr <sp...@yahoo.fr> wrote:
> C:\works\workspace\Test...>mvn -U install
> [INFO] Scanning for projects...
> [INFO] -------------------------------------------------------------------------
> ---
> [INFO] Building TestTutelec
> [INFO]    task-segment: [install]
> [INFO] -------------------------------------------------------------------------
> ---
> [INFO] artifact org.apache.maven.plugins:maven-resources-plugin: checking for up
> dates from central
> [INFO] ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] The plugin 'org.apache.maven.plugins:maven-resources-plugin' does not exi
> st or no valid version could be found
> [INFO] ------------------------------------------------------------------------
> [INFO] For more information, run Maven with the -e switch
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: < 1 second
> [INFO] Finished at: Tue Apr 24 14:40:27 GMT 2007
> [INFO] Final Memory: 1M/4M
> [INFO] ------------------------------------------------------------------------
>
>
> ----- Message d'origine ----
> De : Wayne Fay <wa...@gmail.com>
> À : Maven Users List <us...@maven.apache.org>
> Envoyé le : Mardi, 24 Avril 2007, 14h11mn 34s
> Objet : Re: Re : Help setup local proxy for Maven2 (Please)
>
> You should start from scratch.
>
> Delete or rename the settings.xml file you have already been working on.
> Make a new settings.xml file located here:
> %where ever you installed maven2%/conf/settings.xml
>
> Insert the following text (only!!!):
> <settings>
>  <mirrors>
>   <mirror>
>     <id>Proximity</id>
>     <mirrOf>*</mirrorOf>
>     <name>Proxmity mirrored central.</name>
>     <url>http://localhost:8080/px-webapp-default-1.0.0-RC8/repository/public</url>
>   </mirror>
>  </mirrors>
> </settings>
>
> Then try again. If it still doesn't work, you've got to fix Proximity
> before proceeding. Which means sending questions to Proximity list
> until you're sure its working, then trying Maven again.
>
> Proximity Users Support Forum:
> http://forum.abstracthorizon.org/index.php?c=9
>
> Wayne
>
> On 4/24/07, spouynt@yahoo.fr <sp...@yahoo.fr> wrote:
> > Thanks for your reply,
> >
> > I added
> >    <mirrorOf>central</mirrorOf>
> >
> > but I get always :
> >
> > ######################################################################################
> > ######################################################################################
> >
> > C:\works\workspaceM2\....>mvn -U install
> > [INFO] Scanning for projects...
> > Downloading: http://localhost:8080/px-webapp-default-1.0.0-RC8/repository/public
> > /org/apache/maven/wagon/wagon-webdav/1.0-beta-2/wagon-webdav-1.0-beta-2.pom
> > [WARNING] Unable to get resource 'org.apache.maven.wagon:wagon-webdav:pom:1.0-be
> > ta-2' from repository MyRepo (http://localhost:8080/px-webapp-default-1.0.0-RC8/
> > repository/public)
> > Downloading: http://localhost:8080/px-webapp-default-1.0.0-RC8/repository/inhous
> > e/org/apache/maven/wagon/wagon-webdav/1.0-beta-2/wagon-webdav-1.0-beta-2.pom
> > [WARNING] Unable to get resource 'org.apache.maven.wagon:wagon-webdav:pom:1.0-be
> > ta-2' from repository ilemRepo (http://localhost:8080/px-webapp-default-1.0.0-RC
> > 8/repository/inhouse)
> > Downloading: http://localhost:8080/px-webapp-default-1.0.0-RC8/repository/public
> > /org/apache/maven/wagon/wagon-webdav/1.0-beta-2/wagon-webdav-1.0-beta-2.pom
> > [WARNING] Unable to get resource 'org.apache.maven.wagon:wagon-webdav:pom:1.0-be
> > ta-2' from repository central (http://repo1.maven.org/maven2)
> > Downloading: http://localhost:8080/px-webapp-default-1.0.0-RC8/repository/public
> > /org/apache/maven/wagon/wagon-webdav/1.0-beta-2/wagon-webdav-1.0-beta-2.jar
> > [WARNING] Unable to get resource 'org.apache.maven.wagon:wagon-webdav:jar:1.0-be
> > ta-2' from repository MyRepo (http://localhost:8080/px-webapp-default-1.0.0-RC8/
> > repository/public)
> > Downloading: http://localhost:8080/px-webapp-default-1.0.0-RC8/repository/inhous
> > e/org/apache/maven/wagon/wagon-webdav/1.0-beta-2/wagon-webdav-1.0-beta-2.jar
> > [WARNING] Unable to get resource 'org.apache.maven.wagon:wagon-webdav:jar:1.0-be
> > ta-2' from repository ilemRepo (http://localhost:8080/px-webapp-default-1.0.0-RC
> > 8/repository/inhouse)
> > Downloading: http://localhost:8080/px-webapp-default-1.0.0-RC8/repository/public
> > /org/apache/maven/wagon/wagon-webdav/1.0-beta-2/wagon-webdav-1.0-beta-2.jar
> > [WARNING] Unable to get resource 'org.apache.maven.wagon:wagon-webdav:jar:1.0-be
> > ta-2' from repository central (http://repo1.maven.org/maven2)
> > [INFO] ------------------------------------------------------------------------
> > [ERROR] BUILD ERROR
> > [INFO] ------------------------------------------------------------------------
> > [INFO] Failed to resolve artifact.
> >
> > #################################################################################
> > #################################################################################
> >
> > Thanks
> > Nawfel
> >
> >
> > ----- Message d'origine ----
> > De : "DavidWilliams@SunGardEBS.com" <Da...@SunGardEBS.com>
> > À : Maven Users List <us...@maven.apache.org>
> > Envoyé le : Mardi, 24 Avril 2007, 12h49mn 37s
> > Objet : Re: Help setup local proxy for Maven2 (Please)
> >
> > Nawfel,
> >
> > I think you need to have the <mirrorOf>central</mirrorOf> line in your
> > <mirror> section.  For example
> > <settings>
> >  <mirrors>
> >    <mirror>
> >      <id>Proximity</id>
> >        <mirrorOf>central</mirrorOf>
> >        <url>
> > http://localhost:8080/px-webapp-default-1.0.0-RC8/repository/public</url>
> >           </mirror>
> >     </mirrors>
> >
> > Hope that helps,
> >
> > David
> >
> >
> >
> > spouynt@yahoo.fr
> > 04/24/2007 06:25 AM
> > Please respond to
> > "Maven Users List" <us...@maven.apache.org>
> >
> >
> > To
> > users@maven.apache.org
> > cc
> > ehugonnet.ext@orange-ftgroup.com
> > Subject
> > Help setup local proxy for Maven2 (Please)
> >
> >
> >
> >
> >
> >
> > Hi all,
> > Can anyone point me to a good doc to configure Proximity ?
> >
> > I added the following lines to my settings.xml after deploying Proximity
> > into Tomcat 6 :
> >
> > <settings>
> >  <mirrors>
> >    <mirror>
> >      <id>Proximity</id>
> >      http://repo1.maven.org/maven2/
> >      <name>Proxmity mirrored central.</name>
> >      http://localhost:8080/px-webapp-default-1.0.0-RC8/repository/public
> >    </mirror>
> >  </mirrors>
> >  <profiles>
> >  <profile>
> >    <activation>
> >      <activeByDefault>true</activeByDefault>
> >    </activation>
> >
> >    <repositories>
> >      <repository>
> >        <id>MyRepo</id>
> >        internal mirror of http://repo1.maven.org/maven2/
> >
> > http://localhost:8080/px-webapp-default-1.0.0-RC8/repository/public
> >        <releases>
> >          <enabled>true</enabled>
> >        </releases>
> >        <snapshots>
> >            <updatePolicy>interval:60</updatePolicy>
> >              <enabled>true</enabled>
> >        </snapshots>
> >      </repository>
> >      <repository>
> >        <id>ilemRepo</id>
> >        <name>internal mirror of inhouse artifacts</name>
> >
> > http://localhost:8080/px-webapp-default-1.0.0-RC8/repository/inhouse
> >        <releases>
> >          <enabled>true</enabled>
> >        </releases>
> >        <snapshots>
> >            <updatePolicy>interval:60</updatePolicy>
> >              <enabled>true</enabled>
> >        </snapshots>
> >      </repository>
> >    </repositories>
> >
> >    <pluginRepositories>
> >      <pluginRepository>
> >        <id>MyRepo</id>
> >        internal mirror of http://repo1.maven.org/maven2/
> >
> > http://localhost:8080/px-webapp-default-1.0.0-RC8/repository/public
> >        <releases>
> >          <enabled>true</enabled>
> >        </releases>
> >        <snapshots>
> >          <enabled>true</enabled>
> >        </snapshots>
> >      </pluginRepository>
> >
> >      <pluginRepository>
> >        <id>snapshots-codehaus-org</id>
> >        <name>Snapshots of maven plugins at codehaus.org</name>
> >        http://snapshots.maven.codehaus.org/maven2
> >        <releases>
> >          <enabled>false</enabled>
> >        </releases>
> >        <snapshots>
> >          <enabled>true</enabled>
> >          <!--<updatePolicy>always</updatePolicy>-->
> >        </snapshots>
> >      </pluginRepository>
> >    </pluginRepositories>
> >  </profile>
> >  </profiles>
> >
> >
> > but I'm having this when I try to do something which requires downloading
> > :
> > (eg : mvn -U install)
> > #####################################################################################################
> > #####################################################################################################
> > C:\works\workspaceM2\....>mvn -U install
> > [INFO] Scanning for projects...
> > WAGON_VERSION: 1.0-beta-2
> > [INFO]
> > -------------------------------------------------------------------------
> > ---
> > [INFO] Building Unnamed - com:TutelecOJV-v1.3:jar:1.3
> > [INFO]    task-segment: [install]
> > [INFO]
> > -------------------------------------------------------------------------
> > ---
> > [INFO] artifact org.apache.maven.plugins:maven-resources-plugin: checking
> > for up
> > dates from MyRepo
> > [INFO] artifact org.apache.maven.plugins:maven-resources-plugin: checking
> > for up
> > dates from central
> > [INFO] artifact org.apache.maven.plugins:maven-compiler-plugin: checking
> > for upd
> > ates from MyRepo
> > [INFO] artifact org.apache.maven.plugins:maven-compiler-plugin: checking
> > for upd
> > ates from central
> > [INFO] artifact org.apache.maven.plugins:maven-surefire-plugin: checking
> > for upd
> > ates from MyRepo
> > [INFO] artifact org.apache.maven.plugins:maven-surefire-plugin: checking
> > for upd
> > ates from central
> > Downloading:
> > http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-surefi
> > re-plugin/2.3/maven-surefire-plugin-2.3.pom
> > 4K downloaded
> > Downloading:
> > http://localhost:8080/px-webapp-default-1.0.0-RC8/repository/public
> > /org/apache/maven/surefire/surefire/2.3/surefire-2.3.pom
> > [WARNING] Unable to get resource
> > 'org.apache.maven.surefire:surefire:pom:2.3' fr
> > om repository MyRepo (
> > http://localhost:8080/px-webapp-default-1.0.0-RC8/reposito
> > ry/public)
> > Downloading:
> > http://repo1.maven.org/maven2/org/apache/maven/surefire/surefire/2.
> > 3/surefire-2.3.pom
> > 5K downloaded
> > Downloading:
> > http://localhost:8080/px-webapp-default-1.0.0-RC8/repository/public
> > /org/apache/maven/plugins/maven-surefire-plugin/2.3/maven-surefire-plugin-2.3.ja
> > r
> > [WARNING] Unable to get resource
> > 'org.apache.maven.plugins:maven-surefire-plugin
> > :maven-plugin:2.3' from repository MyRepo (
> > http://localhost:8080/px-webapp-defau
> > lt-1.0.0-RC8/repository/public)
> > Downloading:
> > http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-surefi
> > re-plugin/2.3/maven-surefire-plugin-2.3.jar
> > 14K downloaded
> > [INFO] artifact org.apache.maven.plugins:maven-jar-plugin: checking for
> > updates
> > from MyRepo
> > [INFO] artifact org.apache.maven.plugins:maven-jar-plugin: checking for
> > updates
> > from central
> > Downloading:
> > http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-jar-pl
> > ugin/2.1/maven-jar-plugin-2.1.pom
> > 2K downloaded
> > Downloading:
> > http://localhost:8080/px-webapp-default-1.0.0-RC8/repository/public
> > /org/apache/maven/plugins/maven-plugins/3/maven-plugins-3.pom
> > [WARNING] Unable to get resource
> > 'org.apache.maven.plugins:maven-plugins:pom:3'
> > from repository MyRepo (
> > http://localhost:8080/px-webapp-default-1.0.0-RC8/reposi
> > tory/public)
> > Downloading:
> > http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-plugin
> > s/3/maven-plugins-3.pom
> > 6K downloaded
> > Downloading:
> > http://localhost:8080/px-webapp-default-1.0.0-RC8/repository/public
> > /org/apache/maven/plugins/maven-jar-plugin/2.1/maven-jar-plugin-2.1.jar
> > [WARNING] Unable to get resource
> > 'org.apache.maven.plugins:maven-jar-plugin:mave
> > n-plugin:2.1' from repository MyRepo (
> > http://localhost:8080/px-webapp-default-1.
> > 0.0-RC8/repository/public)
> > Downloading:
> > http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-jar-pl
> > ugin/2.1/maven-jar-plugin-2.1.jar
> > 18K downloaded
> > [INFO] artifact org.apache.maven.plugins:maven-install-plugin: checking
> > for upda
> > tes from MyRepo
> > [INFO] artifact org.apache.maven.plugins:maven-install-plugin: checking
> > for upda
> > tes from central
> > Downloading:
> > http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-instal
> > l-plugin/2.1/maven-install-plugin-2.1.pom
> > 981b downloaded
> > Downloading:
> > http://localhost:8080/px-webapp-default-1.0.0-RC8/repository/public
> > /org/apache/maven/plugins/maven-plugin-parent/2.0/maven-plugin-parent-2.0.pom
> > [WARNING] Unable to get resource
> > 'org.apache.maven.plugins:maven-plugin-parent:p
> > om:2.0' from repository MyRepo (
> > http://localhost:8080/px-webapp-default-1.0.0-RC
> > 8/repository/public)
> > Downloading:
> > http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-plugin
> > -parent/2.0/maven-plugin-parent-2.0.pom
> > 6K downloaded
> > Downloading:
> > http://localhost:8080/px-webapp-default-1.0.0-RC8/repository/public
> > /org/apache/maven/plugins/maven-install-plugin/2.1/maven-install-plugin-2.1.jar
> > [WARNING] Unable to get resource
> > 'org.apache.maven.plugins:maven-install-plugin:
> > maven-plugin:2.1' from repository MyRepo (
> > http://localhost:8080/px-webapp-defaul
> > t-1.0.0-RC8/repository/public)
> > Downloading:
> > http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-instal
> > l-plugin/2.1/maven-install-plugin-2.1.jar
> > 8K downloaded
> > [INFO] [resources:resources]
> > [INFO] Using default encoding to copy filtered resources.
> > Downloading:
> > http://localhost:8080/px-webapp-default-1.0.0-RC8/repository/public
> > /commons-codec/commons-codec/1.3/commons-codec-1.3.jar
> > [WARNING] Unable to get resource 'commons-codec:commons-codec:jar:1.3'
> > from repo
> > sitory MyRepo (
> > http://localhost:8080/px-webapp-default-1.0.0-RC8/repository/publ
> > ic)
> > Downloading:
> > http://localhost:8080/px-webapp-default-1.0.0-RC8/repository/inhous
> > e/commons-codec/commons-codec/1.3/commons-codec-1.3.jar
> > [WARNING] Unable to get resource 'commons-codec:commons-codec:jar:1.3'
> > from repo
> > sitory ilemRepo (
> > http://localhost:8080/px-webapp-default-1.0.0-RC8/repository/in
> > house)
> > Downloading:
> > http://repo1.maven.org/maven2/commons-codec/commons-codec/1.3/commo
> > ns-codec-1.3.jar
> > 45K downloaded
> > [INFO] [compiler:compile]
> > [INFO] No sources to compile
> > [INFO] [resources:testResources]
> > [INFO] Using default encoding to copy filtered resources.
> > [INFO] [compiler:testCompile]
> > [INFO] No sources to compile
> > Downloading:
> > http://localhost:8080/px-webapp-default-1.0.0-RC8/repository/public
> > /org/apache/maven/surefire/surefire-booter/2.3/surefire-booter-2.3.pom
> > [WARNING] Unable to get resource
> > 'org.apache.maven.surefire:surefire-booter:pom:
> > 2.3' from repository MyRepo (
> > http://localhost:8080/px-webapp-default-1.0.0-RC8/r
> > epository/public)
> > Downloading:
> > http://repo1.maven.org/maven2/org/apache/maven/surefire/surefire-bo
> > oter/2.3/surefire-booter-2.3.pom
> > 1K downloaded
> > Downloading:
> > http://localhost:8080/px-webapp-default-1.0.0-RC8/repository/public
> > /org/apache/maven/surefire/surefire-api/2.3/surefire-api-2.3.pom
> > [WARNING] Unable to get resource
> > 'org.apache.maven.surefire:surefire-api:pom:2.3
> > ' from repository MyRepo (
> > http://localhost:8080/px-webapp-default-1.0.0-RC8/repo
> > sitory/public)
> > Downloading:
> > http://repo1.maven.org/maven2/org/apache/maven/surefire/surefire-ap
> > i/2.3/surefire-api-2.3.pom
> > 887b downloaded
> > Downloading:
> > http://localhost:8080/px-webapp-default-1.0.0-RC8/repository/public
> > /org/codehaus/plexus/plexus-archiver/1.0-alpha-7/plexus-archiver-1.0-alpha-7.pom
> >
> > [WARNING] Unable to get resource
> > 'org.codehaus.plexus:plexus-archiver:pom:1.0-al
> > pha-7' from repository MyRepo (
> > http://localhost:8080/px-webapp-default-1.0.0-RC8
> > /repository/public)
> > Downloading:
> > http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-archiver/1
> > .0-alpha-7/plexus-archiver-1.0-alpha-7.pom
> > 1K downloaded
> > Downloading:
> > http://localhost:8080/px-webapp-default-1.0.0-RC8/repository/public
> > /org/codehaus/plexus/plexus-utils/1.2/plexus-utils-1.2.pom
> > [WARNING] Unable to get resource
> > 'org.codehaus.plexus:plexus-utils:pom:1.2' from
> >  repository MyRepo (
> > http://localhost:8080/px-webapp-default-1.0.0-RC8/repository
> > /public)
> > Downloading:
> > http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/1.2/
> > plexus-utils-1.2.pom
> > 767b downloaded
> > Downloading:
> > http://localhost:8080/px-webapp-default-1.0.0-RC8/repository/public
> > /org/codehaus/plexus/plexus/1.0.5/plexus-1.0.5.pom
> > [WARNING] Unable to get resource 'org.codehaus.plexus:plexus:pom:1.0.5'
> > from rep
> > ository MyRepo (
> > http://localhost:8080/px-webapp-default-1.0.0-RC8/repository/pub
> > lic)
> > Downloading:
> > http://repo1.maven.org/maven2/org/codehaus/plexus/plexus/1.0.5/plex
> > us-1.0.5.pom
> > 5K downloaded
> > Downloading:
> > http://localhost:8080/px-webapp-default-1.0.0-RC8/repository/public
> > /org/apache/maven/surefire/surefire-api/2.3/surefire-api-2.3.jar
> > [WARNING] Unable to get resource
> > 'org.apache.maven.surefire:surefire-api:jar:2.3
> > ' from repository MyRepo (
> > http://localhost:8080/px-webapp-default-1.0.0-RC8/repo
> > sitory/public)
> > Downloading:
> > http://localhost:8080/px-webapp-default-1.0.0-RC8/repository/public
> > /org/apache/maven/surefire/surefire-api/2.3/surefire-api-2.3.jar
> > [WARNING] Unable to get resource
> > 'org.apache.maven.surefire:surefire-api:jar:2.3
> > ' from repository MyRepo (
> > http://localhost:8080/px-webapp-default-1.0.0-RC8/repo
> > sitory/public)
> > Downloading:
> > http://localhost:8080/px-webapp-default-1.0.0-RC8/repository/inhous
> > e/org/apache/maven/surefire/surefire-api/2.3/surefire-api-2.3.jar
> > [WARNING] Unable to get resource
> > 'org.apache.maven.surefire:surefire-api:jar:2.3
> > ' from repository ilemRepo (
> > http://localhost:8080/px-webapp-default-1.0.0-RC8/re
> > pository/inhouse)
> > Downloading:
> > http://repo1.maven.org/maven2/org/apache/maven/surefire/surefire-ap
> > i/2.3/surefire-api-2.3.jar
> > 49K downloaded
> > Downloading:
> > http://localhost:8080/px-webapp-default-1.0.0-RC8/repository/public
> > /org/apache/maven/surefire/surefire-booter/2.3/surefire-booter-2.3.jar
> > [WARNING] Unable to get resource
> > 'org.apache.maven.surefire:surefire-booter:jar:
> > 2.3' from repository MyRepo (
> > http://localhost:8080/px-webapp-default-1.0.0-RC8/r
> > epository/public)
> > Downloading:
> > http://repo1.maven.org/maven2/org/apache/maven/surefire/surefire-bo
> > oter/2.3/surefire-booter-2.3.jar
> > 28K downloaded
> > Downloading:
> > http://localhost:8080/px-webapp-default-1.0.0-RC8/repository/public
> > /org/codehaus/plexus/plexus-archiver/1.0-alpha-7/plexus-archiver-1.0-alpha-7.jar
> >
> > [WARNING] Unable to get resource
> > 'org.codehaus.plexus:plexus-archiver:jar:1.0-al
> > pha-7' from repository MyRepo (
> > http://localhost:8080/px-webapp-default-1.0.0-RC8
> > /repository/public)
> > Downloading:
> > http://localhost:8080/px-webapp-default-1.0.0-RC8/repository/public
> > /org/codehaus/plexus/plexus-archiver/1.0-alpha-7/plexus-archiver-1.0-alpha-7.jar
> >
> > [WARNING] Unable to get resource
> > 'org.codehaus.plexus:plexus-archiver:jar:1.0-al
> > pha-7' from repository MyRepo (
> > http://localhost:8080/px-webapp-default-1.0.0-RC8
> > /repository/public)
> > Downloading:
> > http://localhost:8080/px-webapp-default-1.0.0-RC8/repository/inhous
> > e/org/codehaus/plexus/plexus-archiver/1.0-alpha-7/plexus-archiver-1.0-alpha-7.ja
> > r
> > [WARNING] Unable to get resource
> > 'org.codehaus.plexus:plexus-archiver:jar:1.0-al
> > pha-7' from repository ilemRepo (
> > http://localhost:8080/px-webapp-default-1.0.0-R
> > C8/repository/inhouse)
> > Downloading:
> > http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-archiver/1
> > .0-alpha-7/plexus-archiver-1.0-alpha-7.jar
> > 138K downloaded
> > [INFO] [surefire:test]
> > [INFO] No tests to run.
> > Downloading:
> > http://localhost:8080/px-webapp-default-1.0.0-RC8/repository/public
> > /org/apache/maven/maven-archiver/2.2/maven-archiver-2.2.pom
> > [WARNING] Unable to get resource 'org.apache.maven:maven-archiver:pom:2.2'
> > from
> > repository MyRepo (
> > http://localhost:8080/px-webapp-default-1.0.0-RC8/repository/
> > public)
> > Downloading:
> > http://repo1.maven.org/maven2/org/apache/maven/maven-archiver/2.2/m
> > aven-archiver-2.2.pom
> > 1K downloaded
> > Downloading:
> > http://localhost:8080/px-webapp-default-1.0.0-RC8/repository/public
> > /org/apache/maven/shared/maven-shared-components/3/maven-shared-components-3.pom
> >
> > [WARNING] Unable to get resource
> > 'org.apache.maven.shared:maven-shared-component
> > s:pom:3' from repository MyRepo (
> > http://localhost:8080/px-webapp-default-1.0.0-R
> > C8/repository/public)
> > Downloading:
> > http://repo1.maven.org/maven2/org/apache/maven/shared/maven-shared-
> > components/3/maven-shared-components-3.pom
> > 1K downloaded
> > Downloading:
> > http://localhost:8080/px-webapp-default-1.0.0-RC8/repository/public
> > /org/apache/maven/maven-archiver/2.2/maven-archiver-2.2.jar
> > [WARNING] Unable to get resource 'org.apache.maven:maven-archiver:jar:2.2'
> > from
> > repository MyRepo (
> > http://localhost:8080/px-webapp-default-1.0.0-RC8/repository/
> > public)
> > Downloading:
> > http://repo1.maven.org/maven2/org/apache/maven/maven-archiver/2.2/m
> > aven-archiver-2.2.jar
> > 9K downloaded
> > [INFO] [jar:jar]
> > [WARNING] JAR will be empty - no content was marked for inclusion!
> > [INFO] Building jar:
> > C:\works\workspaceM2\TutelecOJV-v1.3\target\TutelecOJV-v1.3
> > -1.3.jar
> > [INFO] [install:install]
> > [INFO] Installing
> > C:\works\workspaceM2\TutelecOJV-v1.3\target\TutelecOJV-v1.3-1.
> > 3.jar to C:\Documents and
> > Settings\Administrator\.m2\repository\com\TutelecOJV-v
> > 1.3\1.3\TutelecOJV-v1.3-1.3.jar
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] BUILD SUCCESSFUL
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Total time: 30 seconds
> > [INFO] Finished at: Tue Apr 24 11:07:00 GMT 2007
> > [INFO] Final Memory: 5M/10M
> > [INFO]
> > ------------------------------------------------------------------------
> >
> > ##############################################################################################################
> > ##############################################################################################################
> >
> > I think it's not normal to have :  WARNING] Unable to get resource
> > 'org.apache.maven:maven-archiver:jar:2.2' from
> >
> > repository MyRepo (
> > http://localhost:8080/px-webapp-default-1.0.0-RC8/repository/
> >
> > public)
> >
> > and after :
> > Downloading:
> > http://repo1.maven.org/maven2/org/apache/maven/maven-archiver/2.2/m
> >
> > aven-archiver-2.2.jar
> >
> > ??
> >
> > and finally I have my Proximity web view
> > http://localhost:8080/px-webapp-default-1.0.0-RC8/artifacts
> > empty !!
> >
> > Thanks for time and interest :-)
> > Nawfel
> >
> >
> >
> >
> >
> > ___________________________________________________________________________
> >
> > Découvrez une nouvelle façon d'obtenir des réponses à toutes vos questions
> > !
> > Profitez des connaissances, des opinions et des expériences des
> > internautes sur Yahoo! Questions/Réponses
> > http://fr.answers.yahoo.com
> > _____________________________________
> > CONFIDENTIALITY:  This email (including any attachments) may contain
> > confidential, proprietary and privileged information, and unauthorized
> > disclosure or use is prohibited.  If you received this email in error,
> > please notify the sender and delete this email from your system.  Thank
> > you.
> >
> >
> >
> >
> >
> >
> >
> >
> > ___________________________________________________________________________
> > Découvrez une nouvelle façon d'obtenir des réponses à toutes vos questions !
> > Profitez des connaissances, des opinions et des expériences des internautes sur Yahoo! Questions/Réponses
> > http://fr.answers.yahoo.com
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>
>
>
>
>
>
>
>
> ___________________________________________________________________________
> Découvrez une nouvelle façon d'obtenir des réponses à toutes vos questions !
> Profitez des connaissances, des opinions et des expériences des internautes sur Yahoo! Questions/Réponses
> http://fr.answers.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org








      
___________________________________________________________________________ 
Découvrez une nouvelle façon d'obtenir des réponses à toutes vos questions ! 
Profitez des connaissances, des opinions et des expériences des internautes sur Yahoo! Questions/Réponses 
http://fr.answers.yahoo.com

Re: Re : Re : Re : Help setup local proxy for Maven2 (Please)

Posted by Wayne Fay <wa...@gmail.com>.
Delete your ~/.m2/repository directory and try again. You've got "bad
metadata" from trying to build without having an Internet connection
to access the Maven repositories.

Wayne

On 4/24/07, spouynt@yahoo.fr <sp...@yahoo.fr> wrote:
> C:\works\workspace\TestTutelec>mvn -X compile
> + Error stacktraces are turned on.
> Maven version: 2.0.5
> [DEBUG] Building Maven user-level plugin registry from: 'C:\Documents and Settin
> gs\Administrator\.m2\plugin-registry.xml'
> [DEBUG] Building Maven global-level plugin registry from: 'C:\devTools\maven-2.0
> .5\conf\plugin-registry.xml'
> [INFO] Scanning for projects...
> [INFO] -------------------------------------------------------------------------
> ---
> [INFO] Building TestTutelec
> [INFO]    task-segment: [compile]
> [INFO] -------------------------------------------------------------------------
> ---
> [DEBUG] maven-resources-plugin: using locally installed snapshot
> [DEBUG] maven-resources-plugin: using locally installed snapshot
> [DEBUG] Artifact not found - using stub model: Unable to determine the latest ve
> rsion
>
>  org.apache.maven.plugins:maven-resources-plugin:pom:LATEST
>
>
> [DEBUG] Using defaults for missing POM org.apache.maven.plugins:maven-resources-
> plugin:pom:LATEST
> [DEBUG] maven-resources-plugin: using locally installed snapshot
> [DEBUG] Artifact not found - using stub model: Unable to determine the release v
> ersion
>
>  org.apache.maven.plugins:maven-resources-plugin:pom:RELEASE
>
>
> [DEBUG] Using defaults for missing POM org.apache.maven.plugins:maven-resources-
> plugin:pom:RELEASE
> [INFO] ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] The plugin 'org.apache.maven.plugins:maven-resources-plugin' does not exi
> st or no valid version could be found
> [INFO] ------------------------------------------------------------------------
> [DEBUG] Trace
> org.apache.maven.lifecycle.LifecycleExecutionException: The plugin 'org.apache.m
> aven.plugins:maven-resources-plugin' does not exist or no valid version could be
>  found
>        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.verifyPlugin(Defa
> ultLifecycleExecutor.java:1286)
>        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.getMojoDescriptor
> (DefaultLifecycleExecutor.java:1522)
>        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.bindLifecycleForP
> ackaging(DefaultLifecycleExecutor.java:1016)
>        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.constructLifecycl
> eMappings(DefaultLifecycleExecutor.java:980)
>        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(Defau
> ltLifecycleExecutor.java:458)
>        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHan
> dleFailures(DefaultLifecycleExecutor.java:311)
>        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegmen
> ts(DefaultLifecycleExecutor.java:278)
>        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLi
> fecycleExecutor.java:143)
>        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:330)
>        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:123)
>        at org.apache.maven.cli.MavenCli.main(MavenCli.java:272)
>        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
> java:39)
>        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
> sorImpl.java:25)
>        at java.lang.reflect.Method.invoke(Method.java:597)
>        at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
>        at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
>        at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
>
>        at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
> Caused by: org.apache.maven.plugin.version.PluginVersionNotFoundException: The p
> lugin 'org.apache.maven.plugins:maven-resources-plugin' does not exist or no val
> id version could be found
>        at org.apache.maven.plugin.version.DefaultPluginVersionManager.resolvePl
> uginVersion(DefaultPluginVersionManager.java:228)
>        at org.apache.maven.plugin.version.DefaultPluginVersionManager.resolvePl
> uginVersion(DefaultPluginVersionManager.java:90)
>        at org.apache.maven.plugin.DefaultPluginManager.verifyPlugin(DefaultPlug
> inManager.java:161)
>        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.verifyPlugin(Defa
> ultLifecycleExecutor.java:1257)
>        ... 18 more
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: < 1 second
> [INFO] Finished at: Tue Apr 24 15:10:03 GMT 2007
> [INFO] Final Memory: 1M/4M
> [INFO] ------------------------------------------------------------------------
>
> Thanks for your time
>
> Nawfel
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re : Re : Re : Help setup local proxy for Maven2 (Please)

Posted by Da...@SunGardEBS.com.
Try deleting the maven-resources-plugin folder in your local repository 
and try again.

David




spouynt@yahoo.fr 
04/24/2007 10:11 AM
Please respond to
"Maven Users List" <us...@maven.apache.org>


To
Maven Users List <us...@maven.apache.org>
cc

Subject
Re : Re : Re : Help setup local proxy for Maven2 (Please)






C:\works\workspace\TestTutelec>mvn -X compile
+ Error stacktraces are turned on.
Maven version: 2.0.5
[DEBUG] Building Maven user-level plugin registry from: 'C:\Documents and 
Settin
gs\Administrator\.m2\plugin-registry.xml'
[DEBUG] Building Maven global-level plugin registry from: 
'C:\devTools\maven-2.0
.5\conf\plugin-registry.xml'
[INFO] Scanning for projects...
[INFO] 
-------------------------------------------------------------------------
---
[INFO] Building TestTutelec
[INFO]    task-segment: [compile]
[INFO] 
-------------------------------------------------------------------------
---
[DEBUG] maven-resources-plugin: using locally installed snapshot
[DEBUG] maven-resources-plugin: using locally installed snapshot
[DEBUG] Artifact not found - using stub model: Unable to determine the 
latest ve
rsion

  org.apache.maven.plugins:maven-resources-plugin:pom:LATEST


[DEBUG] Using defaults for missing POM 
org.apache.maven.plugins:maven-resources-
plugin:pom:LATEST
[DEBUG] maven-resources-plugin: using locally installed snapshot
[DEBUG] Artifact not found - using stub model: Unable to determine the 
release v
ersion

  org.apache.maven.plugins:maven-resources-plugin:pom:RELEASE


[DEBUG] Using defaults for missing POM 
org.apache.maven.plugins:maven-resources-
plugin:pom:RELEASE
[INFO] 
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] 
------------------------------------------------------------------------
[INFO] The plugin 'org.apache.maven.plugins:maven-resources-plugin' does 
not exi
st or no valid version could be found
[INFO] 
------------------------------------------------------------------------
[DEBUG] Trace
org.apache.maven.lifecycle.LifecycleExecutionException: The plugin 
'org.apache.m
aven.plugins:maven-resources-plugin' does not exist or no valid version 
could be
 found
        at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.verifyPlugin(Defa
ultLifecycleExecutor.java:1286)
        at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.getMojoDescriptor
(DefaultLifecycleExecutor.java:1522)
        at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.bindLifecycleForP
ackaging(DefaultLifecycleExecutor.java:1016)
        at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.constructLifecycl
eMappings(DefaultLifecycleExecutor.java:980)
        at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(Defau
ltLifecycleExecutor.java:458)
        at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHan
dleFailures(DefaultLifecycleExecutor.java:311)
        at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegmen
ts(DefaultLifecycleExecutor.java:278)
        at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLi
fecycleExecutor.java:143)
        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:330)
        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:123)
        at org.apache.maven.cli.MavenCli.main(MavenCli.java:272)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at 
org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
        at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
        at 
org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)

        at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
Caused by: org.apache.maven.plugin.version.PluginVersionNotFoundException: 
The p
lugin 'org.apache.maven.plugins:maven-resources-plugin' does not exist or 
no val
id version could be found
        at 
org.apache.maven.plugin.version.DefaultPluginVersionManager.resolvePl
uginVersion(DefaultPluginVersionManager.java:228)
        at 
org.apache.maven.plugin.version.DefaultPluginVersionManager.resolvePl
uginVersion(DefaultPluginVersionManager.java:90)
        at 
org.apache.maven.plugin.DefaultPluginManager.verifyPlugin(DefaultPlug
inManager.java:161)
        at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.verifyPlugin(Defa
ultLifecycleExecutor.java:1257)
        ... 18 more
[INFO] 
------------------------------------------------------------------------
[INFO] Total time: < 1 second
[INFO] Finished at: Tue Apr 24 15:10:03 GMT 2007
[INFO] Final Memory: 1M/4M
[INFO] 
------------------------------------------------------------------------

Thanks for your time

Nawfel

----- Message d'origine ----
De : Wayne Fay <wa...@gmail.com>
À : Maven Users List <us...@maven.apache.org>
Envoyé le : Mardi, 24 Avril 2007, 14h44mn 58s
Objet : Re: Re : Re : Help setup local proxy for Maven2 (Please)

Looks like Proximity isn't doing its job. I won't pretend to know why.

Get that working, then try again. Also, use -X to see what's going on.
It should look like:

[DEBUG] Trying repository central
Downloading: 
http://localhost:8080/px-webapp-default-1.0.0-RC8/repository/public/org/apache/maven/reporting/maven-reporting-api/2.0.2/maven-reporting-api-2.0.2.pom

902b downloaded
[DEBUG]   Artifact resolved
[DEBUG] Retrieving parent-POM:
org.apache.maven.reporting:maven-reporting::2.0.2 for project:
null:maven-reporting-api:jar:2.0.2 from the repository.
[DEBUG] Trying repository central
Downloading: 
http://localhost:8080/px-webapp-default-1.0.0-RC8/repository/public/org/apache/maven/reporting/maven-reporting/2.0.2/maven-reporting-2.0.2.pom

738b downloaded
[DEBUG]   Artifact resolved

Wayne

On 4/24/07, spouynt@yahoo.fr <sp...@yahoo.fr> wrote:
> C:\works\workspace\Test...>mvn -U install
> [INFO] Scanning for projects...
> [INFO] 
-------------------------------------------------------------------------
> ---
> [INFO] Building TestTutelec
> [INFO]    task-segment: [install]
> [INFO] 
-------------------------------------------------------------------------
> ---
> [INFO] artifact org.apache.maven.plugins:maven-resources-plugin: 
checking for up
> dates from central
> [INFO] 
------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO] 
------------------------------------------------------------------------
> [INFO] The plugin 'org.apache.maven.plugins:maven-resources-plugin' does 
not exi
> st or no valid version could be found
> [INFO] 
------------------------------------------------------------------------
> [INFO] For more information, run Maven with the -e switch
> [INFO] 
------------------------------------------------------------------------
> [INFO] Total time: < 1 second
> [INFO] Finished at: Tue Apr 24 14:40:27 GMT 2007
> [INFO] Final Memory: 1M/4M
> [INFO] 
------------------------------------------------------------------------
>
>
> ----- Message d'origine ----
> De : Wayne Fay <wa...@gmail.com>
> À : Maven Users List <us...@maven.apache.org>
> Envoyé le : Mardi, 24 Avril 2007, 14h11mn 34s
> Objet : Re: Re : Help setup local proxy for Maven2 (Please)
>
> You should start from scratch.
>
> Delete or rename the settings.xml file you have already been working on.
> Make a new settings.xml file located here:
> %where ever you installed maven2%/conf/settings.xml
>
> Insert the following text (only!!!):
> <settings>
>  <mirrors>
>   <mirror>
>     <id>Proximity</id>
>     <mirrOf>*</mirrorOf>
>     <name>Proxmity mirrored central.</name>
> 
<url>http://localhost:8080/px-webapp-default-1.0.0-RC8/repository/public</url>
>   </mirror>
>  </mirrors>
> </settings>
>
> Then try again. If it still doesn't work, you've got to fix Proximity
> before proceeding. Which means sending questions to Proximity list
> until you're sure its working, then trying Maven again.
>
> Proximity Users Support Forum:
> http://forum.abstracthorizon.org/index.php?c=9
>
> Wayne
>
> On 4/24/07, spouynt@yahoo.fr <sp...@yahoo.fr> wrote:
> > Thanks for your reply,
> >
> > I added
> >    <mirrorOf>central</mirrorOf>
> >
> > but I get always :
> >
> > 
######################################################################################
> > 
######################################################################################
> >
> > C:\works\workspaceM2\....>mvn -U install
> > [INFO] Scanning for projects...
> > Downloading: 
http://localhost:8080/px-webapp-default-1.0.0-RC8/repository/public
> > 
/org/apache/maven/wagon/wagon-webdav/1.0-beta-2/wagon-webdav-1.0-beta-2.pom
> > [WARNING] Unable to get resource 
'org.apache.maven.wagon:wagon-webdav:pom:1.0-be
> > ta-2' from repository MyRepo (
http://localhost:8080/px-webapp-default-1.0.0-RC8/
> > repository/public)
> > Downloading: 
http://localhost:8080/px-webapp-default-1.0.0-RC8/repository/inhous
> > 
e/org/apache/maven/wagon/wagon-webdav/1.0-beta-2/wagon-webdav-1.0-beta-2.pom
> > [WARNING] Unable to get resource 
'org.apache.maven.wagon:wagon-webdav:pom:1.0-be
> > ta-2' from repository ilemRepo (
http://localhost:8080/px-webapp-default-1.0.0-RC
> > 8/repository/inhouse)
> > Downloading: 
http://localhost:8080/px-webapp-default-1.0.0-RC8/repository/public
> > 
/org/apache/maven/wagon/wagon-webdav/1.0-beta-2/wagon-webdav-1.0-beta-2.pom
> > [WARNING] Unable to get resource 
'org.apache.maven.wagon:wagon-webdav:pom:1.0-be
> > ta-2' from repository central (http://repo1.maven.org/maven2)
> > Downloading: 
http://localhost:8080/px-webapp-default-1.0.0-RC8/repository/public
> > 
/org/apache/maven/wagon/wagon-webdav/1.0-beta-2/wagon-webdav-1.0-beta-2.jar
> > [WARNING] Unable to get resource 
'org.apache.maven.wagon:wagon-webdav:jar:1.0-be
> > ta-2' from repository MyRepo (
http://localhost:8080/px-webapp-default-1.0.0-RC8/
> > repository/public)
> > Downloading: 
http://localhost:8080/px-webapp-default-1.0.0-RC8/repository/inhous
> > 
e/org/apache/maven/wagon/wagon-webdav/1.0-beta-2/wagon-webdav-1.0-beta-2.jar
> > [WARNING] Unable to get resource 
'org.apache.maven.wagon:wagon-webdav:jar:1.0-be
> > ta-2' from repository ilemRepo (
http://localhost:8080/px-webapp-default-1.0.0-RC
> > 8/repository/inhouse)
> > Downloading: 
http://localhost:8080/px-webapp-default-1.0.0-RC8/repository/public
> > 
/org/apache/maven/wagon/wagon-webdav/1.0-beta-2/wagon-webdav-1.0-beta-2.jar
> > [WARNING] Unable to get resource 
'org.apache.maven.wagon:wagon-webdav:jar:1.0-be
> > ta-2' from repository central (http://repo1.maven.org/maven2)
> > [INFO] 
------------------------------------------------------------------------
> > [ERROR] BUILD ERROR
> > [INFO] 
------------------------------------------------------------------------
> > [INFO] Failed to resolve artifact.
> >
> > 
#################################################################################
> > 
#################################################################################
> >
> > Thanks
> > Nawfel
> >
> >
> > ----- Message d'origine ----
> > De : "DavidWilliams@SunGardEBS.com" <Da...@SunGardEBS.com>
> > À : Maven Users List <us...@maven.apache.org>
> > Envoyé le : Mardi, 24 Avril 2007, 12h49mn 37s
> > Objet : Re: Help setup local proxy for Maven2 (Please)
> >
> > Nawfel,
> >
> > I think you need to have the <mirrorOf>central</mirrorOf> line in your
> > <mirror> section.  For example
> > <settings>
> >  <mirrors>
> >    <mirror>
> >      <id>Proximity</id>
> >        <mirrorOf>central</mirrorOf>
> >        <url>
> > 
http://localhost:8080/px-webapp-default-1.0.0-RC8/repository/public</url>
> >           </mirror>
> >     </mirrors>
> >
> > Hope that helps,
> >
> > David
> >
> >
> >
> > spouynt@yahoo.fr
> > 04/24/2007 06:25 AM
> > Please respond to
> > "Maven Users List" <us...@maven.apache.org>
> >
> >
> > To
> > users@maven.apache.org
> > cc
> > ehugonnet.ext@orange-ftgroup.com
> > Subject
> > Help setup local proxy for Maven2 (Please)
> >
> >
> >
> >
> >
> >
> > Hi all,
> > Can anyone point me to a good doc to configure Proximity ?
> >
> > I added the following lines to my settings.xml after deploying 
Proximity
> > into Tomcat 6 :
> >
> > <settings>
> >  <mirrors>
> >    <mirror>
> >      <id>Proximity</id>
> >      http://repo1.maven.org/maven2/
> >      <name>Proxmity mirrored central.</name>
> >      
http://localhost:8080/px-webapp-default-1.0.0-RC8/repository/public
> >    </mirror>
> >  </mirrors>
> >  <profiles>
> >  <profile>
> >    <activation>
> >      <activeByDefault>true</activeByDefault>
> >    </activation>
> >
> >    <repositories>
> >      <repository>
> >        <id>MyRepo</id>
> >        internal mirror of http://repo1.maven.org/maven2/
> >
> > http://localhost:8080/px-webapp-default-1.0.0-RC8/repository/public
> >        <releases>
> >          <enabled>true</enabled>
> >        </releases>
> >        <snapshots>
> >            <updatePolicy>interval:60</updatePolicy>
> >              <enabled>true</enabled>
> >        </snapshots>
> >      </repository>
> >      <repository>
> >        <id>ilemRepo</id>
> >        <name>internal mirror of inhouse artifacts</name>
> >
> > http://localhost:8080/px-webapp-default-1.0.0-RC8/repository/inhouse
> >        <releases>
> >          <enabled>true</enabled>
> >        </releases>
> >        <snapshots>
> >            <updatePolicy>interval:60</updatePolicy>
> >              <enabled>true</enabled>
> >        </snapshots>
> >      </repository>
> >    </repositories>
> >
> >    <pluginRepositories>
> >      <pluginRepository>
> >        <id>MyRepo</id>
> >        internal mirror of http://repo1.maven.org/maven2/
> >
> > http://localhost:8080/px-webapp-default-1.0.0-RC8/repository/public
> >        <releases>
> >          <enabled>true</enabled>
> >        </releases>
> >        <snapshots>
> >          <enabled>true</enabled>
> >        </snapshots>
> >      </pluginRepository>
> >
> >      <pluginRepository>
> >        <id>snapshots-codehaus-org</id>
> >        <name>Snapshots of maven plugins at codehaus.org</name>
> >        http://snapshots.maven.codehaus.org/maven2
> >        <releases>
> >          <enabled>false</enabled>
> >        </releases>
> >        <snapshots>
> >          <enabled>true</enabled>
> >          <!--<updatePolicy>always</updatePolicy>-->
> >        </snapshots>
> >      </pluginRepository>
> >    </pluginRepositories>
> >  </profile>
> >  </profiles>
> >
> >
> > but I'm having this when I try to do something which requires 
downloading
> > :
> > (eg : mvn -U install)
> > 
#####################################################################################################
> > 
#####################################################################################################
> > C:\works\workspaceM2\....>mvn -U install
> > [INFO] Scanning for projects...
> > WAGON_VERSION: 1.0-beta-2
> > [INFO]
> > 
-------------------------------------------------------------------------
> > ---
> > [INFO] Building Unnamed - com:TutelecOJV-v1.3:jar:1.3
> > [INFO]    task-segment: [install]
> > [INFO]
> > 
-------------------------------------------------------------------------
> > ---
> > [INFO] artifact org.apache.maven.plugins:maven-resources-plugin: 
checking
> > for up
> > dates from MyRepo
> > [INFO] artifact org.apache.maven.plugins:maven-resources-plugin: 
checking
> > for up
> > dates from central
> > [INFO] artifact org.apache.maven.plugins:maven-compiler-plugin: 
checking
> > for upd
> > ates from MyRepo
> > [INFO] artifact org.apache.maven.plugins:maven-compiler-plugin: 
checking
> > for upd
> > ates from central
> > [INFO] artifact org.apache.maven.plugins:maven-surefire-plugin: 
checking
> > for upd
> > ates from MyRepo
> > [INFO] artifact org.apache.maven.plugins:maven-surefire-plugin: 
checking
> > for upd
> > ates from central
> > Downloading:
> > http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-surefi
> > re-plugin/2.3/maven-surefire-plugin-2.3.pom
> > 4K downloaded
> > Downloading:
> > http://localhost:8080/px-webapp-default-1.0.0-RC8/repository/public
> > /org/apache/maven/surefire/surefire/2.3/surefire-2.3.pom
> > [WARNING] Unable to get resource
> > 'org.apache.maven.surefire:surefire:pom:2.3' fr
> > om repository MyRepo (
> > http://localhost:8080/px-webapp-default-1.0.0-RC8/reposito
> > ry/public)
> > Downloading:
> > http://repo1.maven.org/maven2/org/apache/maven/surefire/surefire/2.
> > 3/surefire-2.3.pom
> > 5K downloaded
> > Downloading:
> > http://localhost:8080/px-webapp-default-1.0.0-RC8/repository/public
> > 
/org/apache/maven/plugins/maven-surefire-plugin/2.3/maven-surefire-plugin-2.3.ja
> > r
> > [WARNING] Unable to get resource
> > 'org.apache.maven.plugins:maven-surefire-plugin
> > :maven-plugin:2.3' from repository MyRepo (
> > http://localhost:8080/px-webapp-defau
> > lt-1.0.0-RC8/repository/public)
> > Downloading:
> > http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-surefi
> > re-plugin/2.3/maven-surefire-plugin-2.3.jar
> > 14K downloaded
> > [INFO] artifact org.apache.maven.plugins:maven-jar-plugin: checking 
for
> > updates
> > from MyRepo
> > [INFO] artifact org.apache.maven.plugins:maven-jar-plugin: checking 
for
> > updates
> > from central
> > Downloading:
> > http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-jar-pl
> > ugin/2.1/maven-jar-plugin-2.1.pom
> > 2K downloaded
> > Downloading:
> > http://localhost:8080/px-webapp-default-1.0.0-RC8/repository/public
> > /org/apache/maven/plugins/maven-plugins/3/maven-plugins-3.pom
> > [WARNING] Unable to get resource
> > 'org.apache.maven.plugins:maven-plugins:pom:3'
> > from repository MyRepo (
> > http://localhost:8080/px-webapp-default-1.0.0-RC8/reposi
> > tory/public)
> > Downloading:
> > http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-plugin
> > s/3/maven-plugins-3.pom
> > 6K downloaded
> > Downloading:
> > http://localhost:8080/px-webapp-default-1.0.0-RC8/repository/public
> > 
/org/apache/maven/plugins/maven-jar-plugin/2.1/maven-jar-plugin-2.1.jar
> > [WARNING] Unable to get resource
> > 'org.apache.maven.plugins:maven-jar-plugin:mave
> > n-plugin:2.1' from repository MyRepo (
> > http://localhost:8080/px-webapp-default-1.
> > 0.0-RC8/repository/public)
> > Downloading:
> > http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-jar-pl
> > ugin/2.1/maven-jar-plugin-2.1.jar
> > 18K downloaded
> > [INFO] artifact org.apache.maven.plugins:maven-install-plugin: 
checking
> > for upda
> > tes from MyRepo
> > [INFO] artifact org.apache.maven.plugins:maven-install-plugin: 
checking
> > for upda
> > tes from central
> > Downloading:
> > http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-instal
> > l-plugin/2.1/maven-install-plugin-2.1.pom
> > 981b downloaded
> > Downloading:
> > http://localhost:8080/px-webapp-default-1.0.0-RC8/repository/public
> > 
/org/apache/maven/plugins/maven-plugin-parent/2.0/maven-plugin-parent-2.0.pom
> > [WARNING] Unable to get resource
> > 'org.apache.maven.plugins:maven-plugin-parent:p
> > om:2.0' from repository MyRepo (
> > http://localhost:8080/px-webapp-default-1.0.0-RC
> > 8/repository/public)
> > Downloading:
> > http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-plugin
> > -parent/2.0/maven-plugin-parent-2.0.pom
> > 6K downloaded
> > Downloading:
> > http://localhost:8080/px-webapp-default-1.0.0-RC8/repository/public
> > 
/org/apache/maven/plugins/maven-install-plugin/2.1/maven-install-plugin-2.1.jar
> > [WARNING] Unable to get resource
> > 'org.apache.maven.plugins:maven-install-plugin:
> > maven-plugin:2.1' from repository MyRepo (
> > http://localhost:8080/px-webapp-defaul
> > t-1.0.0-RC8/repository/public)
> > Downloading:
> > http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-instal
> > l-plugin/2.1/maven-install-plugin-2.1.jar
> > 8K downloaded
> > [INFO] [resources:resources]
> > [INFO] Using default encoding to copy filtered resources.
> > Downloading:
> > http://localhost:8080/px-webapp-default-1.0.0-RC8/repository/public
> > /commons-codec/commons-codec/1.3/commons-codec-1.3.jar
> > [WARNING] Unable to get resource 'commons-codec:commons-codec:jar:1.3'
> > from repo
> > sitory MyRepo (
> > http://localhost:8080/px-webapp-default-1.0.0-RC8/repository/publ
> > ic)
> > Downloading:
> > http://localhost:8080/px-webapp-default-1.0.0-RC8/repository/inhous
> > e/commons-codec/commons-codec/1.3/commons-codec-1.3.jar
> > [WARNING] Unable to get resource 'commons-codec:commons-codec:jar:1.3'
> > from repo
> > sitory ilemRepo (
> > http://localhost:8080/px-webapp-default-1.0.0-RC8/repository/in
> > house)
> > Downloading:
> > http://repo1.maven.org/maven2/commons-codec/commons-codec/1.3/commo
> > ns-codec-1.3.jar
> > 45K downloaded
> > [INFO] [compiler:compile]
> > [INFO] No sources to compile
> > [INFO] [resources:testResources]
> > [INFO] Using default encoding to copy filtered resources.
> > [INFO] [compiler:testCompile]
> > [INFO] No sources to compile
> > Downloading:
> > http://localhost:8080/px-webapp-default-1.0.0-RC8/repository/public
> > /org/apache/maven/surefire/surefire-booter/2.3/surefire-booter-2.3.pom
> > [WARNING] Unable to get resource
> > 'org.apache.maven.surefire:surefire-booter:pom:
> > 2.3' from repository MyRepo (
> > http://localhost:8080/px-webapp-default-1.0.0-RC8/r
> > epository/public)
> > Downloading:
> > http://repo1.maven.org/maven2/org/apache/maven/surefire/surefire-bo
> > oter/2.3/surefire-booter-2.3.pom
> > 1K downloaded
> > Downloading:
> > http://localhost:8080/px-webapp-default-1.0.0-RC8/repository/public
> > /org/apache/maven/surefire/surefire-api/2.3/surefire-api-2.3.pom
> > [WARNING] Unable to get resource
> > 'org.apache.maven.surefire:surefire-api:pom:2.3
> > ' from repository MyRepo (
> > http://localhost:8080/px-webapp-default-1.0.0-RC8/repo
> > sitory/public)
> > Downloading:
> > http://repo1.maven.org/maven2/org/apache/maven/surefire/surefire-ap
> > i/2.3/surefire-api-2.3.pom
> > 887b downloaded
> > Downloading:
> > http://localhost:8080/px-webapp-default-1.0.0-RC8/repository/public
> > 
/org/codehaus/plexus/plexus-archiver/1.0-alpha-7/plexus-archiver-1.0-alpha-7.pom
> >
> > [WARNING] Unable to get resource
> > 'org.codehaus.plexus:plexus-archiver:pom:1.0-al
> > pha-7' from repository MyRepo (
> > http://localhost:8080/px-webapp-default-1.0.0-RC8
> > /repository/public)
> > Downloading:
> > http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-archiver/1
> > .0-alpha-7/plexus-archiver-1.0-alpha-7.pom
> > 1K downloaded
> > Downloading:
> > http://localhost:8080/px-webapp-default-1.0.0-RC8/repository/public
> > /org/codehaus/plexus/plexus-utils/1.2/plexus-utils-1.2.pom
> > [WARNING] Unable to get resource
> > 'org.codehaus.plexus:plexus-utils:pom:1.2' from
> >  repository MyRepo (
> > http://localhost:8080/px-webapp-default-1.0.0-RC8/repository
> > /public)
> > Downloading:
> > http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/1.2/
> > plexus-utils-1.2.pom
> > 767b downloaded
> > Downloading:
> > http://localhost:8080/px-webapp-default-1.0.0-RC8/repository/public
> > /org/codehaus/plexus/plexus/1.0.5/plexus-1.0.5.pom
> > [WARNING] Unable to get resource 
'org.codehaus.plexus:plexus:pom:1.0.5'
> > from rep
> > ository MyRepo (
> > http://localhost:8080/px-webapp-default-1.0.0-RC8/repository/pub
> > lic)
> > Downloading:
> > http://repo1.maven.org/maven2/org/codehaus/plexus/plexus/1.0.5/plex
> > us-1.0.5.pom
> > 5K downloaded
> > Downloading:
> > http://localhost:8080/px-webapp-default-1.0.0-RC8/repository/public
> > /org/apache/maven/surefire/surefire-api/2.3/surefire-api-2.3.jar
> > [WARNING] Unable to get resource
> > 'org.apache.maven.surefire:surefire-api:jar:2.3
> > ' from repository MyRepo (
> > http://localhost:8080/px-webapp-default-1.0.0-RC8/repo
> > sitory/public)
> > Downloading:
> > http://localhost:8080/px-webapp-default-1.0.0-RC8/repository/public
> > /org/apache/maven/surefire/surefire-api/2.3/surefire-api-2.3.jar
> > [WARNING] Unable to get resource
> > 'org.apache.maven.surefire:surefire-api:jar:2.3
> > ' from repository MyRepo (
> > http://localhost:8080/px-webapp-default-1.0.0-RC8/repo
> > sitory/public)
> > Downloading:
> > http://localhost:8080/px-webapp-default-1.0.0-RC8/repository/inhous
> > e/org/apache/maven/surefire/surefire-api/2.3/surefire-api-2.3.jar
> > [WARNING] Unable to get resource
> > 'org.apache.maven.surefire:surefire-api:jar:2.3
> > ' from repository ilemRepo (
> > http://localhost:8080/px-webapp-default-1.0.0-RC8/re
> > pository/inhouse)
> > Downloading:
> > http://repo1.maven.org/maven2/org/apache/maven/surefire/surefire-ap
> > i/2.3/surefire-api-2.3.jar
> > 49K downloaded
> > Downloading:
> > http://localhost:8080/px-webapp-default-1.0.0-RC8/repository/public
> > /org/apache/maven/surefire/surefire-booter/2.3/surefire-booter-2.3.jar
> > [WARNING] Unable to get resource
> > 'org.apache.maven.surefire:surefire-booter:jar:
> > 2.3' from repository MyRepo (
> > http://localhost:8080/px-webapp-default-1.0.0-RC8/r
> > epository/public)
> > Downloading:
> > http://repo1.maven.org/maven2/org/apache/maven/surefire/surefire-bo
> > oter/2.3/surefire-booter-2.3.jar
> > 28K downloaded
> > Downloading:
> > http://localhost:8080/px-webapp-default-1.0.0-RC8/repository/public
> > 
/org/codehaus/plexus/plexus-archiver/1.0-alpha-7/plexus-archiver-1.0-alpha-7.jar
> >
> > [WARNING] Unable to get resource
> > 'org.codehaus.plexus:plexus-archiver:jar:1.0-al
> > pha-7' from repository MyRepo (
> > http://localhost:8080/px-webapp-default-1.0.0-RC8
> > /repository/public)
> > Downloading:
> > http://localhost:8080/px-webapp-default-1.0.0-RC8/repository/public
> > 
/org/codehaus/plexus/plexus-archiver/1.0-alpha-7/plexus-archiver-1.0-alpha-7.jar
> >
> > [WARNING] Unable to get resource
> > 'org.codehaus.plexus:plexus-archiver:jar:1.0-al
> > pha-7' from repository MyRepo (
> > http://localhost:8080/px-webapp-default-1.0.0-RC8
> > /repository/public)
> > Downloading:
> > http://localhost:8080/px-webapp-default-1.0.0-RC8/repository/inhous
> > 
e/org/codehaus/plexus/plexus-archiver/1.0-alpha-7/plexus-archiver-1.0-alpha-7.ja
> > r
> > [WARNING] Unable to get resource
> > 'org.codehaus.plexus:plexus-archiver:jar:1.0-al
> > pha-7' from repository ilemRepo (
> > http://localhost:8080/px-webapp-default-1.0.0-R
> > C8/repository/inhouse)
> > Downloading:
> > http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-archiver/1
> > .0-alpha-7/plexus-archiver-1.0-alpha-7.jar
> > 138K downloaded
> > [INFO] [surefire:test]
> > [INFO] No tests to run.
> > Downloading:
> > http://localhost:8080/px-webapp-default-1.0.0-RC8/repository/public
> > /org/apache/maven/maven-archiver/2.2/maven-archiver-2.2.pom
> > [WARNING] Unable to get resource 
'org.apache.maven:maven-archiver:pom:2.2'
> > from
> > repository MyRepo (
> > http://localhost:8080/px-webapp-default-1.0.0-RC8/repository/
> > public)
> > Downloading:
> > http://repo1.maven.org/maven2/org/apache/maven/maven-archiver/2.2/m
> > aven-archiver-2.2.pom
> > 1K downloaded
> > Downloading:
> > http://localhost:8080/px-webapp-default-1.0.0-RC8/repository/public
> > 
/org/apache/maven/shared/maven-shared-components/3/maven-shared-components-3.pom
> >
> > [WARNING] Unable to get resource
> > 'org.apache.maven.shared:maven-shared-component
> > s:pom:3' from repository MyRepo (
> > http://localhost:8080/px-webapp-default-1.0.0-R
> > C8/repository/public)
> > Downloading:
> > http://repo1.maven.org/maven2/org/apache/maven/shared/maven-shared-
> > components/3/maven-shared-components-3.pom
> > 1K downloaded
> > Downloading:
> > http://localhost:8080/px-webapp-default-1.0.0-RC8/repository/public
> > /org/apache/maven/maven-archiver/2.2/maven-archiver-2.2.jar
> > [WARNING] Unable to get resource 
'org.apache.maven:maven-archiver:jar:2.2'
> > from
> > repository MyRepo (
> > http://localhost:8080/px-webapp-default-1.0.0-RC8/repository/
> > public)
> > Downloading:
> > http://repo1.maven.org/maven2/org/apache/maven/maven-archiver/2.2/m
> > aven-archiver-2.2.jar
> > 9K downloaded
> > [INFO] [jar:jar]
> > [WARNING] JAR will be empty - no content was marked for inclusion!
> > [INFO] Building jar:
> > C:\works\workspaceM2\TutelecOJV-v1.3\target\TutelecOJV-v1.3
> > -1.3.jar
> > [INFO] [install:install]
> > [INFO] Installing
> > C:\works\workspaceM2\TutelecOJV-v1.3\target\TutelecOJV-v1.3-1.
> > 3.jar to C:\Documents and
> > Settings\Administrator\.m2\repository\com\TutelecOJV-v
> > 1.3\1.3\TutelecOJV-v1.3-1.3.jar
> > [INFO]
> > 
------------------------------------------------------------------------
> > [INFO] BUILD SUCCESSFUL
> > [INFO]
> > 
------------------------------------------------------------------------
> > [INFO] Total time: 30 seconds
> > [INFO] Finished at: Tue Apr 24 11:07:00 GMT 2007
> > [INFO] Final Memory: 5M/10M
> > [INFO]
> > 
------------------------------------------------------------------------
> >
> > 
##############################################################################################################
> > 
##############################################################################################################
> >
> > I think it's not normal to have :  WARNING] Unable to get resource
> > 'org.apache.maven:maven-archiver:jar:2.2' from
> >
> > repository MyRepo (
> > http://localhost:8080/px-webapp-default-1.0.0-RC8/repository/
> >
> > public)
> >
> > and after :
> > Downloading:
> > http://repo1.maven.org/maven2/org/apache/maven/maven-archiver/2.2/m
> >
> > aven-archiver-2.2.jar
> >
> > ??
> >
> > and finally I have my Proximity web view
> > http://localhost:8080/px-webapp-default-1.0.0-RC8/artifacts
> > empty !!
> >
> > Thanks for time and interest :-)
> > Nawfel
> >
> >
> >
> >
> >
> > 
___________________________________________________________________________
> >
> > Découvrez une nouvelle façon d'obtenir des réponses à toutes vos 
questions
> > !
> > Profitez des connaissances, des opinions et des expériences des
> > internautes sur Yahoo! Questions/Réponses
> > http://fr.answers.yahoo.com
> > _____________________________________
> > CONFIDENTIALITY:  This email (including any attachments) may contain
> > confidential, proprietary and privileged information, and unauthorized
> > disclosure or use is prohibited.  If you received this email in error,
> > please notify the sender and delete this email from your system. Thank
> > you.
> >
> >
> >
> >
> >
> >
> >
> >
> > 
___________________________________________________________________________
> > Découvrez une nouvelle façon d'obtenir des réponses à toutes vos 
questions !
> > Profitez des connaissances, des opinions et des expériences des 
internautes sur Yahoo! Questions/Réponses
> > http://fr.answers.yahoo.com
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>
>
>
>
>
>
>
>
> 
___________________________________________________________________________
> Découvrez une nouvelle façon d'obtenir des réponses à toutes vos 
questions !
> Profitez des connaissances, des opinions et des expériences des 
internautes sur Yahoo! Questions/Réponses
> http://fr.answers.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org








 
___________________________________________________________________________ 

Découvrez une nouvelle façon d'obtenir des réponses à toutes vos questions 
! 
Profitez des connaissances, des opinions et des expériences des 
internautes sur Yahoo! Questions/Réponses 
http://fr.answers.yahoo.com
_____________________________________
CONFIDENTIALITY:  This email (including any attachments) may contain 
confidential, proprietary and privileged information, and unauthorized 
disclosure or use is prohibited.  If you received this email in error, 
please notify the sender and delete this email from your system.  Thank 
you.