Skip to content

Instantly share code, notes, and snippets.

View IncPlusPlus's full-sized avatar

Ryan Cloherty IncPlusPlus

View GitHub Profile
@amuino
amuino / pom.xml
Created September 3, 2009 10:01
Launching msbuild from maven and installing the exe on the repo
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<!--
Example pom for delegating maven goals to msbuild so it builds the "solution"
A solution can be a group of projects, but here we only have one.
It should also be possible to have one maven project per solution project,
and have a parent pom to deletegate the build.
-->
<parent>
<artifactId>your-artifact-id</artifactId>