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 16:40:39 UTC

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

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

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

Posted by Wayne Fay <wa...@gmail.com>.
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