You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Johan Hedin <Jo...@mawell.com> on 2010/11/09 00:09:49 UTC

Version 1.0 of maven-enforcer-plugin not deployed

Maven refuses to build. Version 1.0 of maven-enforcer-plugin in the repo1.maven.org is empty.


[INFO] ------------------------------------------------------------------------
Downloading: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.pom
Downloading: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.jar
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] A required plugin was not found: Plugin could not be found - check that the goal name is correct: Unable to download the artifact from any repository

Try downloading the file manually from the project website.

Then, install it using the command: 
    mvn install:install-file -DgroupId=org.apache.maven.plugins -DartifactId=maven-enforcer-plugin -Dversion=1.0 -Dpackaging=maven-plugin -Dfile=/path/to/file

Alternatively, if you host your own repository you can deploy the file there: 
    mvn deploy:deploy-file -DgroupId=org.apache.maven.plugins -DartifactId=maven-enforcer-plugin -Dversion=1.0 -Dpackaging=maven-plugin -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]


  org.apache.maven.plugins:maven-enforcer-plugin:maven-plugin:1.0

from the specified remote repositories:
  mawell-repository.snapshots (scpexe://repository.intra.mawell.com/opt/m2repository/snapshots),
  mawell-repository.releases (scpexe://repository.intra.mawell.com/opt/m2repository/deploy),
  central (http://repo1.maven.org/maven2)


  org.apache.maven.plugins:maven-enforcer-plugin:maven-plugin:1.0

from the specified remote repositories:
  mawell-repository.snapshots (scpexe://repository.intra.mawell.com/opt/m2repository/snapshots),
  mawell-repository.releases (scpexe://repository.intra.mawell.com/opt/m2repository/deploy),
  central (http://repo1.maven.org/maven2)

TIA

Johan Hedin


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


Re: Version 1.0 of maven-enforcer-plugin not deployed

Posted by Anders Hammar <an...@hammar.net>.
What goal did you specify? The plugin exists at Maven central.

/Anders

On Tue, Nov 9, 2010 at 00:09, Johan Hedin <Jo...@mawell.com> wrote:

> Maven refuses to build. Version 1.0 of maven-enforcer-plugin in the
> repo1.maven.org is empty.
>
>
> [INFO]
> ------------------------------------------------------------------------
> Downloading:
> http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.pom
> Downloading:
> http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.jar
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] A required plugin was not found: Plugin could not be found - check
> that the goal name is correct: Unable to download the artifact from any
> repository
>
> Try downloading the file manually from the project website.
>
> Then, install it using the command:
>    mvn install:install-file -DgroupId=org.apache.maven.plugins
> -DartifactId=maven-enforcer-plugin -Dversion=1.0 -Dpackaging=maven-plugin
> -Dfile=/path/to/file
>
> Alternatively, if you host your own repository you can deploy the file
> there:
>    mvn deploy:deploy-file -DgroupId=org.apache.maven.plugins
> -DartifactId=maven-enforcer-plugin -Dversion=1.0 -Dpackaging=maven-plugin
> -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
>
>
>  org.apache.maven.plugins:maven-enforcer-plugin:maven-plugin:1.0
>
> from the specified remote repositories:
>  mawell-repository.snapshots (scpexe://
> repository.intra.mawell.com/opt/m2repository/snapshots),
>  mawell-repository.releases (scpexe://
> repository.intra.mawell.com/opt/m2repository/deploy),
>  central (http://repo1.maven.org/maven2)
>
>
>  org.apache.maven.plugins:maven-enforcer-plugin:maven-plugin:1.0
>
> from the specified remote repositories:
>  mawell-repository.snapshots (scpexe://
> repository.intra.mawell.com/opt/m2repository/snapshots),
>  mawell-repository.releases (scpexe://
> repository.intra.mawell.com/opt/m2repository/deploy),
>  central (http://repo1.maven.org/maven2)
>
> TIA
>
> Johan Hedin
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>

Re: Version 1.0 of maven-enforcer-plugin not deployed

Posted by Stephen Connolly <st...@gmail.com>.
Oh and I can see the artifact just fine

On 9 November 2010 09:25, Stephen Connolly
<st...@gmail.com> wrote:
> It can take a few hours to fully sync.... if it's more than 24 hours
> after the announcement, then it's time to start screaming!
>
> On 8 November 2010 23:09, Johan Hedin <Jo...@mawell.com> wrote:
>> Maven refuses to build. Version 1.0 of maven-enforcer-plugin in the repo1.maven.org is empty.
>>
>>
>> [INFO] ------------------------------------------------------------------------
>> Downloading: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.pom
>> Downloading: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.jar
>> [INFO] ------------------------------------------------------------------------
>> [ERROR] BUILD FAILURE
>> [INFO] ------------------------------------------------------------------------
>> [INFO] A required plugin was not found: Plugin could not be found - check that the goal name is correct: Unable to download the artifact from any repository
>>
>> Try downloading the file manually from the project website.
>>
>> Then, install it using the command:
>>    mvn install:install-file -DgroupId=org.apache.maven.plugins -DartifactId=maven-enforcer-plugin -Dversion=1.0 -Dpackaging=maven-plugin -Dfile=/path/to/file
>>
>> Alternatively, if you host your own repository you can deploy the file there:
>>    mvn deploy:deploy-file -DgroupId=org.apache.maven.plugins -DartifactId=maven-enforcer-plugin -Dversion=1.0 -Dpackaging=maven-plugin -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
>>
>>
>>  org.apache.maven.plugins:maven-enforcer-plugin:maven-plugin:1.0
>>
>> from the specified remote repositories:
>>  mawell-repository.snapshots (scpexe://repository.intra.mawell.com/opt/m2repository/snapshots),
>>  mawell-repository.releases (scpexe://repository.intra.mawell.com/opt/m2repository/deploy),
>>  central (http://repo1.maven.org/maven2)
>>
>>
>>  org.apache.maven.plugins:maven-enforcer-plugin:maven-plugin:1.0
>>
>> from the specified remote repositories:
>>  mawell-repository.snapshots (scpexe://repository.intra.mawell.com/opt/m2repository/snapshots),
>>  mawell-repository.releases (scpexe://repository.intra.mawell.com/opt/m2repository/deploy),
>>  central (http://repo1.maven.org/maven2)
>>
>> TIA
>>
>> Johan Hedin
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>> For additional commands, e-mail: users-help@maven.apache.org
>>
>>
>

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


Re: Version 1.0 of maven-enforcer-plugin not deployed

Posted by Stephen Connolly <st...@gmail.com>.
It can take a few hours to fully sync.... if it's more than 24 hours
after the announcement, then it's time to start screaming!

On 8 November 2010 23:09, Johan Hedin <Jo...@mawell.com> wrote:
> Maven refuses to build. Version 1.0 of maven-enforcer-plugin in the repo1.maven.org is empty.
>
>
> [INFO] ------------------------------------------------------------------------
> Downloading: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.pom
> Downloading: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.jar
> [INFO] ------------------------------------------------------------------------
> [ERROR] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] A required plugin was not found: Plugin could not be found - check that the goal name is correct: Unable to download the artifact from any repository
>
> Try downloading the file manually from the project website.
>
> Then, install it using the command:
>    mvn install:install-file -DgroupId=org.apache.maven.plugins -DartifactId=maven-enforcer-plugin -Dversion=1.0 -Dpackaging=maven-plugin -Dfile=/path/to/file
>
> Alternatively, if you host your own repository you can deploy the file there:
>    mvn deploy:deploy-file -DgroupId=org.apache.maven.plugins -DartifactId=maven-enforcer-plugin -Dversion=1.0 -Dpackaging=maven-plugin -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
>
>
>  org.apache.maven.plugins:maven-enforcer-plugin:maven-plugin:1.0
>
> from the specified remote repositories:
>  mawell-repository.snapshots (scpexe://repository.intra.mawell.com/opt/m2repository/snapshots),
>  mawell-repository.releases (scpexe://repository.intra.mawell.com/opt/m2repository/deploy),
>  central (http://repo1.maven.org/maven2)
>
>
>  org.apache.maven.plugins:maven-enforcer-plugin:maven-plugin:1.0
>
> from the specified remote repositories:
>  mawell-repository.snapshots (scpexe://repository.intra.mawell.com/opt/m2repository/snapshots),
>  mawell-repository.releases (scpexe://repository.intra.mawell.com/opt/m2repository/deploy),
>  central (http://repo1.maven.org/maven2)
>
> TIA
>
> Johan Hedin
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>

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


Re: Version 1.0 of maven-enforcer-plugin not deployed

Posted by Vincent Latombe <vi...@gmail.com>.
I can reach the artifact just fine.

Vincent


2010/11/9 Johan Hedin <Jo...@mawell.com>

> Maven refuses to build. Version 1.0 of maven-enforcer-plugin in the
> repo1.maven.org is empty.
>
>
> [INFO]
> ------------------------------------------------------------------------
> Downloading:
> http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.pom
> Downloading:
> http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/1.0/maven-enforcer-plugin-1.0.jar
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] A required plugin was not found: Plugin could not be found - check
> that the goal name is correct: Unable to download the artifact from any
> repository
>
> Try downloading the file manually from the project website.
>
> Then, install it using the command:
>    mvn install:install-file -DgroupId=org.apache.maven.plugins
> -DartifactId=maven-enforcer-plugin -Dversion=1.0 -Dpackaging=maven-plugin
> -Dfile=/path/to/file
>
> Alternatively, if you host your own repository you can deploy the file
> there:
>    mvn deploy:deploy-file -DgroupId=org.apache.maven.plugins
> -DartifactId=maven-enforcer-plugin -Dversion=1.0 -Dpackaging=maven-plugin
> -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
>
>
>  org.apache.maven.plugins:maven-enforcer-plugin:maven-plugin:1.0
>
> from the specified remote repositories:
>  mawell-repository.snapshots (scpexe://
> repository.intra.mawell.com/opt/m2repository/snapshots),
>  mawell-repository.releases (scpexe://
> repository.intra.mawell.com/opt/m2repository/deploy),
>  central (http://repo1.maven.org/maven2)
>
>
>  org.apache.maven.plugins:maven-enforcer-plugin:maven-plugin:1.0
>
> from the specified remote repositories:
>  mawell-repository.snapshots (scpexe://
> repository.intra.mawell.com/opt/m2repository/snapshots),
>  mawell-repository.releases (scpexe://
> repository.intra.mawell.com/opt/m2repository/deploy),
>  central (http://repo1.maven.org/maven2)
>
> TIA
>
> Johan Hedin
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
>