MVN

uk.org.raje.maven.plugins : msbuild-maven-plugin

Maven & Gradle

Oct 02, 2019
1 usages
5 stars

MSBuild Maven Plugin - maven-msbuild-plugin · Maven Plugin for building Visual Studio solutions and projects with msbuild

<plugin>
    <groupId>uk.org.raje.maven.plugins</groupId>
    <artifactId>msbuild-maven-plugin</artifactId>
    <version>1.3.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of uk.org.raje.maven.plugins : msbuild-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.3.1

All Versions

Choose a version of uk.org.raje.maven.plugins : msbuild-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.3.x
msbuild-maven-plugin-1.3.1
msbuild-maven-plugin-1.3.0
1.2.x
msbuild-maven-plugin-1.2.1
1.2
msbuild-maven-plugin-1.2
1.1
msbuild-maven-plugin-1.1
1.0
msbuild-maven-plugin-1.0
0.6
msbuild-maven-plugin-0.6
0.5
msbuild-maven-plugin-0.5
0.4
msbuild-maven-plugin-0.4
0.3
msbuild-maven-plugin-0.3
0.2
msbuild-maven-plugin-0.2
0.1.x
msbuild-maven-plugin-0.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>uk.org.raje.maven.plugins</groupId>
    <artifactId>msbuild-maven-plugin</artifactId>
    <version>1.3.1</version>
</plugin>

Advertisement