Hey,
I tried from the link u provided.. After doing basic steps..and downloading Maven using SCM from SVN .. I face this issue:
"
5/6/10 7:19:57 PM IST: Build errors for openkm; org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal on project openkm: Missing:
----------
1) entagged.audioformats:audioformats:jar:0.15
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=entagged.audioformats -DartifactId=audioformats -Dversion=0.15 -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=entagged.audioformats -DartifactId=audioformats -Dversion=0.15 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) org.monkiki.openkm:openkm:pom:pom:4.0
2) entagged.audioformats:audioformats:jar:0.15
----------
1 required artifact is missing.
for artifact:
org.monkiki.openkm:openkm:pom:4.0
from the specified remote repositories:
jboss.org (
http://repository.jboss.org/maven2, releases=true, snapshots=true),
jboss.com (
http://repository.jboss.com/maven2, releases=true, snapshots=true),
central (
http://repo1.maven.org/maven2, releases=true, snapshots=false)
5/6/10 7:19:58 PM IST: Refreshing [/openkm/pom.xml]
5/6/10 7:20:22 PM IST: Maven Builder: AUTO_BUILD
"
so i downloaded the this jar file entagged.audioformats:audioformats:jar:0.15 and tried running it with given command ..which gives me buld failure error :
C:\project work\workspace\openkm>mvn install:install-file -DgroupId=entagged.aud
ioformats -DartifactId=audioformats -Dversion=0.15 -Dpackaging=jar -Dfile=C:\pro
ject work\entagged-audioformats-0.15.jar
[INFO] Scanning for projects...
Downloading:
http://repo1.maven.org/maven2/org/codeh ... er-maven-p
lugin/1.0-beta-3/buildnumber-maven-plugin-1.0-beta-3.pom
Downloading:
http://repo1.maven.org/maven2/org/apach ... ven-war-pl
ugin/2.1-beta-1/maven-war-plugin-2.1-beta-1.pom
Downloading:
http://repo1.maven.org/maven2/org/apach ... ven-plugin
s/13/maven-plugins-13.pom
Downloading:
http://repo1.maven.org/maven2/org/apach ... nt/11/mave
n-parent-11.pom
Downloading:
http://repo1.maven.org/maven2/org/apach ... ache-5.pom
[INFO] Searching repository for plugin with prefix: 'install'.
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Invalid task 'work\entagged-audioformats-0.15.jar': you must specify a va
lid lifecycle phase, or a goal in the format plugin:goal or pluginGroupId:plugin
ArtifactId:pluginVersion:goal
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4 seconds
[INFO] Finished at: Sat Jun 05 19:26:51 IST 2010
[INFO] Final Memory: 5M/15M
[INFO] ------------------------------------------------------------------------
C:\project work\workspace\openkm>
how to over come this issue????