FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
java-deptools/README.development at master · fedora-java/java-deptools · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
fedora-java
/
java-deptools
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
0
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
java-deptools
/
README.development
Copy path
More file actions
More file actions
Latest commit
History
History
History
24 lines (22 loc) · 839 Bytes
Breadcrumbs
java-deptools
/
README.development
Copy path
File metadata and controls
24 lines (22 loc) · 839 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
java-deptools is built with sbt, which can be used through activator utility
(http://www.typesafe.com/activator/download).
In order to build java-deptools, you need to obtain latest version of
java-deptools-native, which wasn't released yet. Clone it from
https://github.com/mizdebsk/java-deptools-native, install into local maven repo
and add the following to your `.sbt/*/global.sbt` file:
````
resolvers <<= resolvers {rs =>
val localMaven = "Local Maven Repository" at "file://"+Path.userHome.absolutePath+"/.m2/repository"
localMaven +: rs
}
````
To generate an eclipse project, add the following to your
`.sbt/*/plugins/plugins.sbt`:
````
addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "3.0.0")
````
and run
````
activator eclipse
````
The eclipse project needs to be regenerated when dependencies are updated.
Back
|
FazBrowse Home
|
New Git URL