Skip to content

threerings/mono-maven-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

mono-maven-plugin

This plugin overriddes the default lifecycle and provides a package phase that creates the dll. It generates the DLL using the command line tool mcs. Dependencies of type dll are automatically included, and other command line options can be configured.

Usage

The plugin extends the default lifecycle and provides a package phase that creates the dll. Add this in your <build><plugins> section:

<plugin>
  <groupId>com.threerings.maven</groupId>
  <artifactId>mono-maven-plugin</artifactId>
  <version>0.0-SNAPSHOT</version>
</plugin>

For a complete description of all the options, look at the source or in the maven help:

mvn help:describe -Dplugin=com.threerings.maven:mono-maven-plugin -Ddetail

License

mono-maven-plugin is released under the MIT License, which can be found in the LICENSE file.

About

TBD

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages