I am using the JPA demo as my basis and have tried to change the
included pom.xml from one that inherits from the main lift pom.xml to a
standalone pom.xml, but I am missing something because I continue to get
the error below. Can anyone post a copy of a good standalone pom.xml (or
all three) from a JPA/Lift site? Thanks!
Failed to resolve artifact.
Missing:
----------
1) net.liftweb:lift-webkit:jar:0.10-SNAPSHOT
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=net.liftweb
-DartifactId=lift-webkit -Dversion=0.10-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=net.liftweb
-DartifactId=lift-webkit -Dversion=0.10-SNAPSHOT -Dpackaging=jar
-Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) com.xxx:yyy-app:war:0.10-SNAPSHOT
2) net.liftweb:lift-webkit:jar:0.10-SNAPSHOT
----------
1 required artifact is missing.
Chas.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Lift" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/liftweb?hl=en
-~----------~----~----~----~------~----~------~--~---