[
http://issues.apache.org/jira/browse/GERONIMO-1738?page=comments#action_12417669
]
Jacek Laskowski commented on GERONIMO-1738:
-------------------------------------------
I've got a new laptop and gave it a try. It seems that there's a circular
dependency and I wasn't able to sort it out. See what I've done:
[EMAIL PROTECTED] /cygdrive/c/oss/geronimo
$ patch -p0 < geronimo-deployment-plugin-RTC-VOTE.2.patch
[EMAIL PROTECTED] /cygdrive/c/oss/geronimo
$ cd m2-plugins/geronimo-deployment-plugin/
[EMAIL PROTECTED] /cygdrive/c/oss/geronimo/m2-plugins/geronimo-deployment-plugin
$ mvn clean
[EMAIL PROTECTED] /cygdrive/c/oss/geronimo/m2-plugins/geronimo-deployment-plugin
$ mvn package
...
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.
Missing:
----------
1) org.apache.geronimo.modules:geronimo-deploy-jsr88:jar:1.2-SNAPSHOT
...
[EMAIL PROTECTED] /cygdrive/c/oss/geronimo/m2-plugins/geronimo-deployment-plugin
$ cd ../../modules/deploy-jsr88/
[EMAIL PROTECTED] /cygdrive/c/oss/geronimo/modules/deploy-jsr88
$ mvn install
...
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] 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.geronimo.plugins
-DartifactId=geronimo-packaging-plugin \
-Dversion=1.2.0 -Dpackaging=maven-plugin -Dfile=/path/to/file
...
[EMAIL PROTECTED] /cygdrive/c/oss/geronimo/m2-plugins
$ mvn install
...
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.
Missing:
----------
1) org.apache.geronimo.modules:geronimo-kernel:jar:1.2-SNAPSHOT
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=org.apache.geronimo.modules
-DartifactId=geronimo-kernel \
-Dversion=1.2-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file
Path to dependency:
1)
org.apache.geronimo.plugins:geronimo-packaging-plugin:maven-plugin:${geronimoPackagingPluginVersion}
2) org.apache.geronimo.modules:geronimo-kernel:jar:1.2-SNAPSHOT
2) org.apache.geronimo.modules:geronimo-service-builder:jar:1.2-SNAPSHOT
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=org.apache.geronimo.modules
-DartifactId=geronimo-service-builder \
-Dversion=1.2-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file
Path to dependency:
1)
org.apache.geronimo.plugins:geronimo-packaging-plugin:maven-plugin:${geronimoPackagingPluginVersion}
2) org.apache.geronimo.modules:geronimo-service-builder:jar:1.2-SNAPSHOT
3) org.apache.geronimo.modules:geronimo-system:jar:1.2-SNAPSHOT
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=org.apache.geronimo.modules
-DartifactId=geronimo-system \
-Dversion=1.2-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file
Path to dependency:
1)
org.apache.geronimo.plugins:geronimo-packaging-plugin:maven-plugin:${geronimoPackagingPluginVersion}
2) org.apache.geronimo.modules:geronimo-system:jar:1.2-SNAPSHOT
4) org.apache.geronimo.modules:geronimo-deploy-tool:jar:1.2-SNAPSHOT
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=org.apache.geronimo.modules
-DartifactId=geronimo-deploy-tool \
-Dversion=1.2-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file
Path to dependency:
1)
org.apache.geronimo.plugins:geronimo-packaging-plugin:maven-plugin:${geronimoPackagingPluginVersion}
2) org.apache.geronimo.modules:geronimo-deploy-tool:jar:1.2-SNAPSHOT
----------
4 required artifacts are missing.
...
[EMAIL PROTECTED] /cygdrive/c/oss/geronimo/m2-plugins
$ cd ../modules/
[EMAIL PROTECTED] /cygdrive/c/oss/geronimo/modules
$ mvn install
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[ERROR] FATAL ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Error building POM (may not be this project's POM).
Project ID: org.apache.geronimo.modules:geronimo-axis-builder
POM Location: c:\oss\geronimo\modules\axis-builder\pom.xml
Validation Messages:
[0] 'dependencies.dependency.version' is missing for asm:asm
Reason: Failed to validate POM
[EMAIL PROTECTED] /cygdrive/c/oss/geronimo
$ mvn -U install
...
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] 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.geronimo.plugins
-DartifactId=geronimo-packaging-plugin \
-Dversion=1.2.0 -Dpackaging=maven-plugin -Dfile=/path/to/file
org.apache.geronimo.plugins:geronimo-packaging-plugin:maven-plugin:1.2.0
...
[EMAIL PROTECTED] /cygdrive/c/oss/geronimo/m2-plugins/geronimo-packaging-plugin
$ mvn install
...
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.
Missing:
----------
1) org.apache.geronimo.modules:geronimo-deploy-tool:jar:1.2-SNAPSHOT
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=org.apache.geronimo.modules
-DartifactId=geronimo-deploy-tool \
-Dversion=1.2-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file
Path to dependency:
1)
org.apache.geronimo.plugins:geronimo-packaging-plugin:maven-plugin:1.2.0
2) org.apache.geronimo.modules:geronimo-deploy-tool:jar:1.2-SNAPSHOT
2) org.apache.geronimo.modules:geronimo-kernel:jar:1.2-SNAPSHOT
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=org.apache.geronimo.modules
-DartifactId=geronimo-kernel \
-Dversion=1.2-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file
Path to dependency:
1)
org.apache.geronimo.plugins:geronimo-packaging-plugin:maven-plugin:1.2.0
2) org.apache.geronimo.modules:geronimo-kernel:jar:1.2-SNAPSHOT
3) org.apache.geronimo.modules:geronimo-system:jar:1.2-SNAPSHOT
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=org.apache.geronimo.modules
-DartifactId=geronimo-system \
-Dversion=1.2-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file
Path to dependency:
1)
org.apache.geronimo.plugins:geronimo-packaging-plugin:maven-plugin:1.2.0
2) org.apache.geronimo.modules:geronimo-system:jar:1.2-SNAPSHOT
4) org.apache.geronimo.modules:geronimo-service-builder:jar:1.2-SNAPSHOT
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=org.apache.geronimo.modules
-DartifactId=geronimo-service-builder \
-Dversion=1.2-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file
Path to dependency:
1)
org.apache.geronimo.plugins:geronimo-packaging-plugin:maven-plugin:1.2.0
2) org.apache.geronimo.modules:geronimo-service-builder:jar:1.2-SNAPSHOT
...
> Plugin migration to Maven 2: geronimo-deployment-plugin
> -------------------------------------------------------
>
> Key: GERONIMO-1738
> URL: http://issues.apache.org/jira/browse/GERONIMO-1738
> Project: Geronimo
> Type: Sub-task
> Security: public(Regular issues)
> Components: buildsystem
> Versions: 1.x
> Reporter: Jacek Laskowski
> Assignee: Prasad Kashyap
> Attachments: geronimo-deployment-plugin-RTC-VOTE.2.patch,
> geronimo-deployment-plugin.patch
>
> It's a task to keep track of the progress of the plugin build migration to
> Maven2
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira