m

m2st-parent

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.
http://code.google.com/p/m2-site-tools/
GNU Lesser General Public License version 3
Vojtek Igor Milan
Files download
File Operation
m2st-parent-2.0.pom download
Apache Maven
<dependency>
  <groupId>com.anasoft.os</groupId>
  <artifactId>m2st-parent</artifactId>
  <version>2.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.anasoft.os:m2st-parent:2.0'
Gradle Kotlin
implementation("com.anasoft.os:m2st-parent:2.0")
Scala SBT
libraryDependencies += "com.anasoft.os" % "m2st-parent" % "2.0"
Groovy Grape
@Grapes(
  @Grab(group='com.anasoft.os', module='m2st-parent', version='2.0')
)
Apache Ivy
<dependency org="com.anasoft.os" name="m2st-parent" rev="2.0" />
Leiningen
[com.anasoft.os/m2st-parent "2.0"]
Apache Buildr
'com.anasoft.os:m2st-parent:jar:2.0'
Dependencies
The project has no third-party dependencies