[INFO] Generating feature properties
[INFO] Generating MANIFEST.MF
[INFO] Copying bundle dependencies
[INFO]    org.wso2.carbon.event.client:3.2.0.SNAPSHOT
[INFO]    org.wso2.carbon.event.common:3.2.0.SNAPSHOT
[INFO] Generating feature archive: 
/home/carbon/stratos/carbon/features/event/org.wso2.carbon.event.common.feature/target/org.wso2.carbon.event.common.feature-3.2.0-SNAPSHOT.zip
[INFO] [install:install]
[INFO] Installing 
/home/carbon/stratos/carbon/features/event/org.wso2.carbon.event.common.feature/target/pom-transformed.xml
 to 
/home/carbon/.m2/repository/org/wso2/carbon/org.wso2.carbon.event.common.feature/3.2.0-SNAPSHOT/org.wso2.carbon.event.common.feature-3.2.0-SNAPSHOT.pom
[INFO] Installing 
/home/carbon/stratos/carbon/features/event/org.wso2.carbon.event.common.feature/target/org.wso2.carbon.event.common.feature-3.2.0-SNAPSHOT.zip
 to 
/home/carbon/.m2/repository/org/wso2/carbon/org.wso2.carbon.event.common.feature/3.2.0-SNAPSHOT/org.wso2.carbon.event.common.feature-3.2.0-SNAPSHOT.zip
[INFO] ------------------------------------------------------------------------
[INFO] Building WSO2 Carbon - Event Server Feature
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory 
/home/carbon/stratos/carbon/features/event/org.wso2.carbon.event.server.feature/target
[INFO] [site:attach-descriptor]
[INFO] [carbon-p2:p2-feature-gen {execution: 4-p2-feature-generation}]
[INFO] snapshot org.wso2.carbon:org.wso2.carbon.event.admin:3.2.0-SNAPSHOT: 
checking for updates from wso2-maven2-snapshot-repository
[INFO] snapshot org.wso2.carbon:org.wso2.carbon.event.admin:3.2.0-SNAPSHOT: 
checking for updates from com.springsource.repository.bundles.release
[INFO] snapshot org.wso2.carbon:org.wso2.carbon.event.admin:3.2.0-SNAPSHOT: 
checking for updates from com.springsource.repository.bundles.external
[INFO] snapshot org.wso2.carbon:org.wso2.carbon.event.sink:3.2.0-SNAPSHOT: 
checking for updates from wso2-maven2-snapshot-repository
[INFO] snapshot org.wso2.carbon:org.wso2.carbon.event.sink:3.2.0-SNAPSHOT: 
checking for updates from com.springsource.repository.bundles.release
[INFO] snapshot org.wso2.carbon:org.wso2.carbon.event.sink:3.2.0-SNAPSHOT: 
checking for updates from com.springsource.repository.bundles.external
Downloading: 
http://dist.wso2.org/snapshots/maven2/org/wso2/carbon/org.wso2.carbon.event.sink/3.2.0-SNAPSHOT/org.wso2.carbon.event.sink-3.2.0-SNAPSHOT.jar
[INFO] Unable to find resource 
'org.wso2.carbon:org.wso2.carbon.event.sink:jar:3.2.0-SNAPSHOT' in repository 
wso2-maven2-snapshot-repository (http://dist.wso2.org/snapshots/maven2)
Downloading: 
http://repository.springsource.com/maven/bundles/release/org/wso2/carbon/org.wso2.carbon.event.sink/3.2.0-SNAPSHOT/org.wso2.carbon.event.sink-3.2.0-SNAPSHOT.jar
[INFO] Unable to find resource 
'org.wso2.carbon:org.wso2.carbon.event.sink:jar:3.2.0-SNAPSHOT' in repository 
com.springsource.repository.bundles.release 
(http://repository.springsource.com/maven/bundles/release)
Downloading: 
http://repository.springsource.com/maven/bundles/external/org/wso2/carbon/org.wso2.carbon.event.sink/3.2.0-SNAPSHOT/org.wso2.carbon.event.sink-3.2.0-SNAPSHOT.jar
[INFO] Unable to find resource 
'org.wso2.carbon:org.wso2.carbon.event.sink:jar:3.2.0-SNAPSHOT' in repository 
com.springsource.repository.bundles.external 
(http://repository.springsource.com/maven/bundles/external)
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] ERROR

Embedded error: 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.wso2.carbon 
-DartifactId=org.wso2.carbon.event.sink -Dversion=3.2.0-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.wso2.carbon 
-DartifactId=org.wso2.carbon.event.sink -Dversion=3.2.0-SNAPSHOT 
-Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]


  org.wso2.carbon:org.wso2.carbon.event.sink:jar:3.2.0-SNAPSHOT

from the specified remote repositories:
  com.springsource.repository.bundles.release 
(http://repository.springsource.com/maven/bundles/release),
  com.springsource.repository.bundles.external 
(http://repository.springsource.com/maven/bundles/external),
  wso2-maven2-snapshot-repository (http://dist.wso2.org/snapshots/maven2),
  central (http://repo1.maven.org/maven2),
  wso2-maven2-repository (http://dist.wso2.org/maven2)


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 381 minutes 18 seconds
[INFO] Finished at: Sat Feb 12 16:04:20 IST 2011
[INFO] Final Memory: 1086M/1869M
[INFO] ------------------------------------------------------------------------
_______________________________________________
Carbon-dev mailing list
[email protected]
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev

Reply via email to