Using Jython with Maven

前端 未结 4 632
刺人心
刺人心 2021-02-02 15:38

I have a Maven module, that depends on various other Maven dependencies by which I am accessing through my jython code.

I am now done, and I would like to compile the pr

4条回答
  •  爱一瞬间的悲伤
    2021-02-02 16:03

    I am now done, and I would like to compile the project as a .jar,

    It looks like there is a maven-jython-plugin allowing to compile jython source files to Java class files.

提交回复
热议问题