Skip to content

kumarshantanu/lein-javac-resources

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lein-javac-resources

Leiningen plugin to work with resource files in :java-source-paths.

This plugin is meant to be used on projects with legacy Java code bases where resource files are placed with Java source files.

Usage

Include the plugin in the :plugins vector in project.clj:

:plugins [[lein-javac-resources "0.1.1"]]
:omit-source true  ; excludes .java and .clj files from the generated JAR file
                   ; you may not want to set this unless all code is AOT-compiled
:hooks [leiningen.javac-resources]

License

Copyright © 2014-2015 Shantanu Kumar

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

About

Copy resources from :java-source-paths to compile path

Resources

License

Stars

Watchers

Forks

Packages

No packages published