Would it be legal to place IDEA's openapi.jar on a public repository? It is desired to allow us to build IDEA plugin projects via Maven in our nightly builds infrastructure.
Would it be legal to place IDEA's openapi.jar on a public repository? It is desired to allow us to build IDEA plugin projects via Maven in our nightly builds infrastructure.
Thanks, Arik.
Hi
Could someone from JetBrains please take a look at this?
We at Mevenide are finishing an early release of Mevenide for IDEA, but in order to build it on machines that do not have IDEA, we would like to have access to the openapi.jar+extensions.jar on our maven repository.
Hi Arik,
Assuming JetBrains allowed it, wouldn't you then tie yourselves to a particular IDEA build?
Regards,
Franck
Franck Rasolo wrote:
Hi Franck,
The maven JAR repository can store different artifacts of different
revisions. For instance, there could be "idea_rt-3290.jar" and
"idea_rt-3281.jar".
Each Maven project then specifies which artifact it depends on, and the
exact version of the artifact it needs.
cheers.
Arik Kfir wrote:
Hi
Could someone from JetBrains please take a look at this?
We at Mevenide are finishing an early release of Mevenide for IDEA, but
in order to build it on machines that do not have IDEA, we would like to
have access to the openapi.jar+extensions.jar on our maven repository.
10x!