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/03/27 07:19:24 UTC

[jira] Created: (COCOON-2183) Missing artifact: org.apache.cocoon:cocoon-configuration-api:jar:1.0.3-SNAPSHOT

Missing artifact: org.apache.cocoon:cocoon-configuration-api:jar:1.0.3-SNAPSHOT
-------------------------------------------------------------------------------

                 Key: COCOON-2183
                 URL: https://issues.apache.org/jira/browse/COCOON-2183
             Project: Cocoon
          Issue Type: Bug
          Components: - Build System: Maven, - Documentation
    Affects Versions: 2.2-dev (Current SVN)
            Reporter: Andreas Kuckartz
             Fix For: 2.2-dev (Current SVN)


$ mvn site

for revision 641709 results in:

...
[INFO] snapshot org.apache.cocoon:cocoon-configuration-api:1.0.3-SNAPSHOT: checking for updates from apache.snapshots
Downloading: http://people.apache.org/repo/m2-snapshot-repository/org/apache/cocoon/cocoon-configuration-api/1.0.3-SNAPSHOT/cocoon-configuration-api-1.0.3-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

Missing:
----------
1) org.apache.cocoon:cocoon-configuration-api:jar:1.0.3-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-configuration-api -Dversion=1.0.3-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-configuration-api -Dversion=1.0.3-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
  	1) org.apache.cocoon:cocoon-spring-configurator:jar:1.0.3-SNAPSHOT
  	2) org.apache.cocoon:cocoon-configuration-api:jar:1.0.3-SNAPSHOT

----------
1 required artifact is missing.

for artifact: 
  org.apache.cocoon:cocoon-spring-configurator:jar:1.0.3-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.


[jira] Closed: (COCOON-2183) "mvn site" fails (missing artifact org.apache.cocoon:cocoon-core:jar:2.2.0-RC3-SNAPSHOT)

Posted by "Andreas Kuckartz (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/COCOON-2183?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andreas Kuckartz closed COCOON-2183.
------------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 2.2)
                   2.2-dev (Current SVN)

> "mvn site" fails (missing artifact org.apache.cocoon:cocoon-core:jar:2.2.0-RC3-SNAPSHOT)
> ----------------------------------------------------------------------------------------
>
>                 Key: COCOON-2183
>                 URL: https://issues.apache.org/jira/browse/COCOON-2183
>             Project: Cocoon
>          Issue Type: Bug
>          Components: - Build System: Maven, - Documentation
>    Affects Versions: 2.2
>            Reporter: Andreas Kuckartz
>            Assignee: Reinhard Poetz
>             Fix For: 2.2-dev (Current SVN)
>
>
> $ mvn site
> for revision 641709 results in:
> ...
> [INFO] snapshot org.apache.cocoon:cocoon-configuration-api:1.0.3-SNAPSHOT: checking for updates from apache.snapshots
> Downloading: http://people.apache.org/repo/m2-snapshot-repository/org/apache/cocoon/cocoon-configuration-api/1.0.3-SNAPSHOT/cocoon-configuration-api-1.0.3-SNAPSHOT.jar
> [INFO] ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] Failed to resolve artifact.
> Missing:
> ----------
> 1) org.apache.cocoon:cocoon-configuration-api:jar:1.0.3-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-configuration-api -Dversion=1.0.3-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-configuration-api -Dversion=1.0.3-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
>   Path to dependency: 
>   	1) org.apache.cocoon:cocoon-spring-configurator:jar:1.0.3-SNAPSHOT
>   	2) org.apache.cocoon:cocoon-configuration-api:jar:1.0.3-SNAPSHOT
> ----------
> 1 required artifact is missing.
> for artifact: 
>   org.apache.cocoon:cocoon-spring-configurator:jar:1.0.3-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.


[jira] Commented: (COCOON-2183) "mvn site" fails (missing artifact org.apache.cocoon:cocoon-core:jar:2.2.0-RC3-SNAPSHOT)

Posted by "Reinhard Poetz (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/COCOON-2183?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12582715#action_12582715 ] 

Reinhard Poetz commented on COCOON-2183:
----------------------------------------

I've just incremented the version numbers of cocoon-core in trunk/parent/pom.xml. Today I don't have time to run the ultimate test that removes all cocoon artifacts from the local repository but if there are still problems with the build, I will fix them tomorrow.

> "mvn site" fails (missing artifact org.apache.cocoon:cocoon-core:jar:2.2.0-RC3-SNAPSHOT)
> ----------------------------------------------------------------------------------------
>
>                 Key: COCOON-2183
>                 URL: https://issues.apache.org/jira/browse/COCOON-2183
>             Project: Cocoon
>          Issue Type: Bug
>          Components: - Build System: Maven, - Documentation
>    Affects Versions: 2.2-dev (Current SVN)
>            Reporter: Andreas Kuckartz
>            Assignee: Reinhard Poetz
>             Fix For: 2.2-dev (Current SVN)
>
>
> $ mvn site
> for revision 641709 results in:
> ...
> [INFO] snapshot org.apache.cocoon:cocoon-configuration-api:1.0.3-SNAPSHOT: checking for updates from apache.snapshots
> Downloading: http://people.apache.org/repo/m2-snapshot-repository/org/apache/cocoon/cocoon-configuration-api/1.0.3-SNAPSHOT/cocoon-configuration-api-1.0.3-SNAPSHOT.jar
> [INFO] ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] Failed to resolve artifact.
> Missing:
> ----------
> 1) org.apache.cocoon:cocoon-configuration-api:jar:1.0.3-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-configuration-api -Dversion=1.0.3-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-configuration-api -Dversion=1.0.3-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
>   Path to dependency: 
>   	1) org.apache.cocoon:cocoon-spring-configurator:jar:1.0.3-SNAPSHOT
>   	2) org.apache.cocoon:cocoon-configuration-api:jar:1.0.3-SNAPSHOT
> ----------
> 1 required artifact is missing.
> for artifact: 
>   org.apache.cocoon:cocoon-spring-configurator:jar:1.0.3-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.


[jira] Assigned: (COCOON-2183) "mvn site" fails (missing artifact org.apache.cocoon:cocoon-core:jar:2.2.0-RC3-SNAPSHOT)

Posted by "Reinhard Poetz (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/COCOON-2183?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Reinhard Poetz reassigned COCOON-2183:
--------------------------------------

    Assignee: Reinhard Poetz

> "mvn site" fails (missing artifact org.apache.cocoon:cocoon-core:jar:2.2.0-RC3-SNAPSHOT)
> ----------------------------------------------------------------------------------------
>
>                 Key: COCOON-2183
>                 URL: https://issues.apache.org/jira/browse/COCOON-2183
>             Project: Cocoon
>          Issue Type: Bug
>          Components: - Build System: Maven, - Documentation
>    Affects Versions: 2.2-dev (Current SVN)
>            Reporter: Andreas Kuckartz
>            Assignee: Reinhard Poetz
>             Fix For: 2.2-dev (Current SVN)
>
>
> $ mvn site
> for revision 641709 results in:
> ...
> [INFO] snapshot org.apache.cocoon:cocoon-configuration-api:1.0.3-SNAPSHOT: checking for updates from apache.snapshots
> Downloading: http://people.apache.org/repo/m2-snapshot-repository/org/apache/cocoon/cocoon-configuration-api/1.0.3-SNAPSHOT/cocoon-configuration-api-1.0.3-SNAPSHOT.jar
> [INFO] ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] Failed to resolve artifact.
> Missing:
> ----------
> 1) org.apache.cocoon:cocoon-configuration-api:jar:1.0.3-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-configuration-api -Dversion=1.0.3-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-configuration-api -Dversion=1.0.3-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
>   Path to dependency: 
>   	1) org.apache.cocoon:cocoon-spring-configurator:jar:1.0.3-SNAPSHOT
>   	2) org.apache.cocoon:cocoon-configuration-api:jar:1.0.3-SNAPSHOT
> ----------
> 1 required artifact is missing.
> for artifact: 
>   org.apache.cocoon:cocoon-spring-configurator:jar:1.0.3-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.


[jira] Updated: (COCOON-2183) "mvn site" fails (missing artifact org.apache.cocoon:cocoon-core:jar:2.2.0-RC3-SNAPSHOT)

Posted by "Andreas Kuckartz (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/COCOON-2183?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andreas Kuckartz updated COCOON-2183:
-------------------------------------

    Summary: "mvn site" fails (missing artifact org.apache.cocoon:cocoon-core:jar:2.2.0-RC3-SNAPSHOT)  (was: Missing artifact: org.apache.cocoon:cocoon-configuration-api:jar:1.0.3-SNAPSHOT)

Now
$ mvn site
fails like this:

[INFO] Building Cocoon Linkrewriter Block Implementation
[INFO]    task-segment: [site]
[INFO] ------------------------------------------------------------------------
Downloading: http://people.apache.org/repo/m2-snapshot-repository/org/apache/cocoon/cocoon-core/2.2.0-RC3-SNAPSHOT/cocoon-core-2.2.0-RC3-SNAPSHOT.pom
Downloading: http://people.apache.org/repo/m2-snapshot-repository/org/apache/cocoon/cocoon-core/2.2.0-RC3-SNAPSHOT/cocoon-core-2.2.0-RC3-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

Missing:
----------
1) org.apache.cocoon:cocoon-core:jar:2.2.0-RC3-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-core -Dversion=2.2.0-RC3-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-core -Dversion=2.2.0-RC3-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url]
-DrepositoryId=[id]

  Path to dependency:
        1) org.apache.cocoon:cocoon-linkrewriter-impl:jar:1.1.0-SNAPSHOT
        2) org.apache.cocoon:cocoon-core:jar:2.2.0-RC3-SNAPSHOT

----------
1 required artifact is missing.

for artifact:
  org.apache.cocoon:cocoon-linkrewriter-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)

> "mvn site" fails (missing artifact org.apache.cocoon:cocoon-core:jar:2.2.0-RC3-SNAPSHOT)
> ----------------------------------------------------------------------------------------
>
>                 Key: COCOON-2183
>                 URL: https://issues.apache.org/jira/browse/COCOON-2183
>             Project: Cocoon
>          Issue Type: Bug
>          Components: - Build System: Maven, - Documentation
>    Affects Versions: 2.2-dev (Current SVN)
>            Reporter: Andreas Kuckartz
>             Fix For: 2.2-dev (Current SVN)
>
>
> $ mvn site
> for revision 641709 results in:
> ...
> [INFO] snapshot org.apache.cocoon:cocoon-configuration-api:1.0.3-SNAPSHOT: checking for updates from apache.snapshots
> Downloading: http://people.apache.org/repo/m2-snapshot-repository/org/apache/cocoon/cocoon-configuration-api/1.0.3-SNAPSHOT/cocoon-configuration-api-1.0.3-SNAPSHOT.jar
> [INFO] ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] Failed to resolve artifact.
> Missing:
> ----------
> 1) org.apache.cocoon:cocoon-configuration-api:jar:1.0.3-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-configuration-api -Dversion=1.0.3-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-configuration-api -Dversion=1.0.3-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
>   Path to dependency: 
>   	1) org.apache.cocoon:cocoon-spring-configurator:jar:1.0.3-SNAPSHOT
>   	2) org.apache.cocoon:cocoon-configuration-api:jar:1.0.3-SNAPSHOT
> ----------
> 1 required artifact is missing.
> for artifact: 
>   org.apache.cocoon:cocoon-spring-configurator:jar:1.0.3-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.