MVN

com.anasoft.os : m2st-parent

Maven & Gradle

May 05, 2011

m2-site-tools · This project is a handy toolkit for developers and companies that use Maven 2 site generation capabilities in order to generate HTML project presentations. m2-site-tools extends the standard site plugin that comes with Maven 2 with custom macros and page template and offers many exciting features: inserting highlighted code snippets as well as parametrized HTML, Google Analytics and Google Friend Connect integration, SEO (meta-description) support and more.

<dependency>
    <groupId>com.anasoft.os</groupId>
    <artifactId>m2st-parent</artifactId>
    <version>2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.anasoft.os : m2st-parent to add to Maven - Latest Versions:

  • Latest Stable: 2.0

All Versions

Choose a version of com.anasoft.os : m2st-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
2.0
m2st-parent-2.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.anasoft.os</groupId>
    <artifactId>m2st-parent</artifactId>
    <version>2.0</version>
</dependency>