Maven Jython packaging

Allows your project to integrate jython/python scripting including python libraries (installed using easy_install).

License

License

Categories

Categories

Maven Build Tools
GroupId

GroupId

com.github.yishenggudou
ArtifactId

ArtifactId

mavenjython
Last Version

Last Version

0.0.5
Release Date

Release Date

Type

Type

maven-plugin
Description

Description

Maven Jython packaging
Allows your project to integrate jython/python scripting including python libraries (installed using easy_install).
Project URL

Project URL

http://mavenjython.sourceforge.net/compile/
Source Code Management

Source Code Management

https://sourceforge.net/p/mavenjython/code/

Download mavenjython

How to add to project

<plugin>
    <groupId>com.github.yishenggudou</groupId>
    <artifactId>mavenjython</artifactId>
    <version>0.0.5</version>
</plugin>

Dependencies

compile (4)

Group / Artifact Type Version
org.apache.maven : maven-plugin-api jar 2.0
org.python : jython-standalone jar 2.7.1b3
org.apache.maven : maven-artifact jar 2.2.1
commons-io : commons-io jar 2.0.1

test (1)

Group / Artifact Type Version
junit : junit jar 4.4

Project Modules

There are no modules declared in this project.

Versions

Version
0.0.5
0.0.4
0.0.3