Trying to get my code to compile magically using maven dependancies. I can't find the playframework on any 3rd party maven repository.
Can someone help ? I is even deployed anywhere ?
The Maven local repository is located in the /home/. m2 directory, the folder is probably hidden.
To browse Maven repositories and to manipulate repository indexes open the Maven Repositories view by selecting Windows, Show View, Other... Once you select Other... Eclipse will display a dialog containing all available views. Select the Maven Repositories view under the Maven folder in the Show View dialog.
By default, in all systems, the maven local repository location path is . m2/repository under home user.
In typesafe Repo
<repositories> <repository> <id>typesafe</id> <name>typesafe-releases</name> <url>https://repo.typesafe.com/typesafe/releases</url> </repository> </repositories>
The dependency is:
<dependency> <groupId>play</groupId> <artifactId>play_2.9.1</artifactId> <version>2.0.2</version> </dependency>
It looks like using Maven with Play! will require some special "Maven module". I'm not sure to understand the difference between the Maven support and the maven module pages though.
Have a look at the following thread for some background:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With