You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by "Andreas Kuckartz (JIRA)" <ji...@apache.org> on 2008/04/02 12:30:25 UTC

[jira] Closed: (COCOON-2188) "mvn install -P allblocks" fails

     [ https://issues.apache.org/jira/browse/COCOON-2188?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andreas Kuckartz closed COCOON-2188.
------------------------------------

    Resolution: Fixed

After
$ mvn install -P allblocks
failed for about a week it suceeded a few minutes ago.

Finally ...


> "mvn install -P allblocks" fails
> --------------------------------
>
>                 Key: COCOON-2188
>                 URL: https://issues.apache.org/jira/browse/COCOON-2188
>             Project: Cocoon
>          Issue Type: Bug
>          Components: - Build System: Maven, Blocks: Ajax
>    Affects Versions: 2.2-dev (Current SVN)
>            Reporter: Andreas Kuckartz
>            Priority: Blocker
>             Fix For: 2.2-dev (Current SVN)
>
>
> [INFO] Building Cocoon Ajax Block Implementation
> [INFO]    task-segment: [install]
> [INFO] ------------------------------------------------------------------------
> [INFO] [enforcer:enforce-once {execution: enforce-maven}]
> [INFO] [resources:resources]
> [INFO] Using default encoding to copy filtered resources.
> [INFO] snapshot org.apache.cocoon:cocoon-servlet-service-components:1.0.0-RC2-SNAPSHOT: checking for updates from apache.snapshots
> Downloading: http://people.apache.org/repo/m2-snapshot-repository/org/apache/cocoon/cocoon-servlet-service-components/1.0.0-RC2-SNAPSHOT/cocoon-servlet-service-components-1.0.0-RC2-SNAPSHOT.pom
> Downloading: http://people.apache.org/repo/m2-snapshot-repository/org/apache/cocoon/cocoon-servlet-service-components/1.0.0-RC2-SNAPSHOT/cocoon-servlet-service-components-1.0.0-RC2-SNAPSHOT.jar
> [INFO] ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] Failed to resolve artifact.
> Missing:
> ----------
> 1) org.apache.cocoon:cocoon-servlet-service-components:jar:1.0.0-RC2-SNAPSHOT
>   Try downloading the file manually from the project website.
>   Then, install it using the command: 
>       mvn install:install-file -DgroupId=org.apache.cocoon -DartifactId=cocoon-servlet-service-components -Dversion=1.0.0-RC2-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file
>   Alternatively, if you host your own repository you can deploy the file there: 
>       mvn deploy:deploy-file -DgroupId=org.apache.cocoon -DartifactId=cocoon-servlet-service-components -Dversion=1.0.0-RC2-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
>   Path to dependency: 
>   	1) org.apache.cocoon:cocoon-ajax-impl:jar:1.1.0-SNAPSHOT
>   	2) org.apache.cocoon:cocoon-servlet-service-components:jar:1.0.0-RC2-SNAPSHOT
> ----------
> 1 required artifact is missing.
> for artifact: 
>   org.apache.cocoon:cocoon-ajax-impl:jar:1.1.0-SNAPSHOT
> from the specified remote repositories:
>   apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository),
>   central (http://repo1.maven.org/maven2)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.