https://github.com/dchenbecker/maven-lift
Lift-specific maven plugin. Currently does I18N template generation
https://github.com/dchenbecker/maven-lift
Last synced: about 1 year ago
JSON representation
Lift-specific maven plugin. Currently does I18N template generation
- Host: GitHub
- URL: https://github.com/dchenbecker/maven-lift
- Owner: dchenbecker
- Created: 2008-12-01T14:46:03.000Z (over 17 years ago)
- Default Branch: master
- Last Pushed: 2020-10-13T09:19:33.000Z (over 5 years ago)
- Last Synced: 2025-04-28T15:13:49.093Z (about 1 year ago)
- Language: Scala
- Homepage:
- Size: 9.77 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
This is where things will stay until we find a permanent home. Until it's hosted on scala-tools.org you'll need to download the sources from here and do a "mvn install" to install the plugin.
Instructions:
To use this plugin, add
net.liftweb.tools
maven-lift
To your POM's plugins section. Once you've done that the plugin should automatically run during the compile phase, and will produce a file called /i18n-template.properties that contains all of the found I18N keys. If you want to run the plugin manually, just run "mvn lift:i18ngen".
Derek