Why is there no Maven repository for Eclipse Birt 3.7 => There is one for Birt 4.2

前端 未结 5 1043
逝去的感伤
逝去的感伤 2021-02-08 11:47

Now, since Birt 3.7 has an easier way to use the runtime (just deploy the jars), why is there no maven repository?

Birt contains over 50 dependencies, it\'s ridiculous.<

5条回答
  •  独厮守ぢ
    2021-02-08 12:06

    You can find another workaround here: http://hartmann-schneevoigt.com/2012/04/04/eclipse-birt-3-7-2-with-maven/

    Basically, in this solution / workaround the birt artifacts were uploaded to a local artifact proxy using maven-eclipse-plugin and then used as normal maven dependencies, as you would do in general.

    All necessary pom snippets and commands are provided, so this should be a short task.

提交回复
热议问题