http://maven.apache.org/guides/mini/guide-coping-with-sun-jars.html

On Fri, Aug 29, 2008 at 9:49 AM, pixotec <[EMAIL PROTECTED]> wrote:
>
> I checked out wicket-phonebook on 2008/08/27
> I can't execute
> "mvn package"
>
> successfully, because the repo "repo.mergere.com" does not respond for
> servlet-api-JAR.
> after manually copying the JAR downloaded from another repo
> (repo1.maven.org) the next problem occurs:
>
> [ERROR] BUILD ERROR
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Failed to resolve artifact.
>
> Missing:
> ----------
> 1) javax.transaction:jta:jar:1.0.1B
>
>  Try downloading the file manually from:
>      http://java.sun.com/products/jta
>
>  Then, install it using the command:
>      mvn install:install-file -DgroupId=javax.transaction -DartifactId=jta
> -Dve
> rsion=1.0.1B -Dpackaging=jar -Dfile=/path/to/file
>
>  Alternatively, if you host your own repository you can deploy the file
> there:
>
>      mvn deploy:deploy-file -DgroupId=javax.transaction -DartifactId=jta
> -Dvers
> ion=1.0.1B -Dpackaging=jar -Dfile=/path/to/file -Durl=[url]
> -DrepositoryId=[id]
>
>  Path to dependency:
>        1) wicket-stuff:wicket-phonebook:war:1.4-SNAPSHOT
>        2) org.hibernate:hibernate:jar:3.2.6.ga
>        3) javax.transaction:jta:jar:1.0.1B
>
> ----------
> 1 required artifact is missing.
>
> What to do? Really solve all problems manually? Define other repos? Which
> one? How?
> --
> View this message in context: 
> http://www.nabble.com/Wicket-Phonebook%3A-Maven-repos-not-available%2C-can%27t-build-tp19215315p19215315.html
> Sent from the Wicket - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>



-- 
Become a Wicket expert, learn from the best: http://wicketinaction.com
Apache Wicket 1.3.4 is released
Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to