MVN

org.objectweb.fractal : maven-bootstrap-cecilia-plugin

Maven & Gradle

Apr 01, 2008

Maven bootstrap cecilia plugin · This maven plugins is intended to be used only to build the cecilia project. It should NOT be used by projects that use cecilia. Projects that use cecilia must use the "org.objectweb.fractal.cecilia:maven-cecilia-plugin" instead.

<plugin>
    <groupId>org.objectweb.fractal</groupId>
    <artifactId>maven-bootstrap-cecilia-plugin</artifactId>
    <version>1.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.objectweb.fractal : maven-bootstrap-cecilia-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.1

All Versions

Choose a version of org.objectweb.fractal : maven-bootstrap-cecilia-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.1
maven-bootstrap-cecilia-plugin-1.1
1.0
maven-bootstrap-cecilia-plugin-1.0

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>org.objectweb.fractal</groupId>
    <artifactId>maven-bootstrap-cecilia-plugin</artifactId>
    <version>1.1</version>
</plugin>