Hi devs!

I'm having some trouble getting Tomahawk to build (see also TOMAHAWK-1304).

Since I was unable to find any documentation about how to set up a local
Tomahawk development environment, I'm trying my luck...
I've checked out myfaces/tomahawk/trunk/assembly now, and I am able to
install that into my local repository using:

  mvn -N -Dmyfaces-shared.version=2.0.7 install

Is that the correct command to use?  If not, what is it (and is there
some documentation somewhere where I can read about this and more)?

Then, after checking out myfaces/tomahawk/trunk/core, I am unable to
build that because of the following error:


  [INFO] A required plugin was not found: 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.myfaces.buildtools 
-DartifactId=myfaces-builder-plugin \
          -Dversion=1.0.1-SNAPSHOT -Dpackaging=maven-plugin -Dfile=/path/to/file
  Alternatively, if you host your own repository you can deploy the file there: 
    mvn deploy:deploy-file -DgroupId=org.apache.myfaces.buildtools 
-DartifactId=myfaces-builder-plugin \
          -Dversion=1.0.1-SNAPSHOT -Dpackaging=maven-plugin 
-Dfile=/path/to/file \
           -Durl=[url] -DrepositoryId=[id]


    
org.apache.myfaces.buildtools:myfaces-builder-plugin:maven-plugin:1.0.1-SNAPSHOT

  from the specified remote repositories:
    central (http://repo1.maven.org/maven2)


What now?

Kind regards,
-- 
-- Gertjan van Oosten, [EMAIL PROTECTED], West Consulting B.V., +31 15 2191 600

Reply via email to