[Acceleo] A question on building product with Maven/Tycho [message #1815593] |
Sun, 06 October 2019 11:14  |
Eclipse User |
|
|
|
Dear Acceleo experts,
I have created a Sirius-based DSL editor and associated model transformation with Acceleo and Acceleo UI. I looked for documentation for building a product and found the following section.
https://wiki.eclipse.org/Acceleo/User_Guide#Building_an_Acceleo_generator_with_Maven_and_Tycho
It talks about adding an optional dependency to MANIFEST.MF and generate POMs. The generated POM contains the following part.
<repositories>
<repository>
<id>Indigo Release</id>
<url>https://raw.github.com/eclipse/acceleo/master/maven/repository/releases/indigo</url>
</repository>
<repository>
<id>Juno Release</id>
<url>https://raw.github.com/eclipse/acceleo/master/maven/repository/releases/juno</url>
</repository>
<repository>
<id>Snapshots</id>
<url>https://raw.github.com/eclipse/acceleo/master/maven/repository/snapshots</url>
</repository>
</repositories>
Indigo and Juno are old releases. Is the above still valid? I hope the section would be updated soon. And, if there are any recent examples or explanations, please let us know.
Best regards,
Akira
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.05259 seconds