I'm getting this error from the current head trying to use seam gen:


  | Alita:~/Documents/workspaces/digitalsanctuary/jboss-seam modoc$ ./seam setup
  | Buildfile: build.xml
  | 
  | init:
  | [artifact:dependencies] Downloading: 
org/jboss/seam/jboss-seam-gen/2.0.0.BETA1/jboss-seam-gen-2.0.0.BETA1.pom
  | [artifact:dependencies] Downloading: 
org/jboss/seam/jboss-seam-gen/2.0.0.BETA1/jboss-seam-gen-2.0.0.BETA1.jar
  | [artifact:dependencies] An error has occurred while processing the Maven 
artifact tasks.
  | [artifact:dependencies]  Diagnosis:
  | [artifact:dependencies] 
  | [artifact:dependencies] Unable to resolve artifact: Missing:
  | [artifact:dependencies] ----------
  | [artifact:dependencies] 1) org.jboss.seam:jboss-seam-gen:jar:2.0.0.BETA1
  | [artifact:dependencies] 
  | [artifact:dependencies]   Try downloading the file manually from the 
project website.
  | [artifact:dependencies] 
  | [artifact:dependencies]   Then, install it using the command: 
  | [artifact:dependencies]       mvn install:install-file 
-DgroupId=org.jboss.seam -DartifactId=jboss-seam-gen \
  | [artifact:dependencies]           -Dversion=2.0.0.BETA1 -Dpackaging=jar 
-Dfile=/path/to/file
  | [artifact:dependencies] Alternatively, if you host your own repository you 
can deploy the file there:       mvn deploy:deploy-file 
-DgroupId=org.jboss.seam -DartifactId=jboss-seam-gen \
  | [artifact:dependencies]           -Dversion=2.0.0.BETA1 -Dpackaging=jar 
-Dfile=/path/to/file \
  | [artifact:dependencies]            -Durl=[url] -DrepositoryId=[id]
  | [artifact:dependencies] 
  | [artifact:dependencies]   Path to dependency: 
  | [artifact:dependencies]         1) unspecified:unspecified:jar:0.0
  | [artifact:dependencies]         2) 
org.jboss.seam:jboss-seam-gen:jar:2.0.0.BETA1
  | [artifact:dependencies] 
  | [artifact:dependencies] ----------
  | [artifact:dependencies] 1 required artifact is missing.
  | [artifact:dependencies] 
  | [artifact:dependencies] for artifact: 
  | [artifact:dependencies]   unspecified:unspecified:jar:0.0
  | [artifact:dependencies] 
  | [artifact:dependencies] from the specified remote repositories:
  | [artifact:dependencies]   central (http://repo1.maven.org/maven2)
  | [artifact:dependencies] 
  | 
  | BUILD FAILED
  | 
/Users/modoc/Documents/workspaces/digitalsanctuary/jboss-seam/seam-gen/build.xml:19:
 Unable to resolve artifact: Missing:
  | ----------
  | 1) org.jboss.seam:jboss-seam-gen:jar:2.0.0.BETA1
  | 
  |   Try downloading the file manually from the project website.
  | 
  |   Then, install it using the command: 
  |       mvn install:install-file -DgroupId=org.jboss.seam 
-DartifactId=jboss-seam-gen \
  |           -Dversion=2.0.0.BETA1 -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.jboss.seam 
-DartifactId=jboss-seam-gen \
  |           -Dversion=2.0.0.BETA1 -Dpackaging=jar -Dfile=/path/to/file \
  |            -Durl=[url] -DrepositoryId=[id]
  | 
  |   Path to dependency: 
  |         1) unspecified:unspecified:jar:0.0
  |         2) org.jboss.seam:jboss-seam-gen:jar:2.0.0.BETA1
  | 
  | ----------
  | 1 required artifact is missing.
  | 
  | for artifact: 
  |   unspecified:unspecified:jar:0.0
  | 
  | from the specified remote repositories:
  |   central (http://repo1.maven.org/maven2)
  | 
  | 
  | Total time: 1 second
  | Alita:~/Documents/workspaces/digitalsanctuary/jboss-seam modoc$ 
  | 
  | 

I'm not a maven expert, so I don't know where to start looking.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4087674#4087674

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4087674
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to