Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 0.14 (Unreleased)
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
Archetype plugins that generate the directory structure and the pom.xml based on target build environment: Visual Studio, SharpDevelop, CLI and on project type: library, ASP.NET, etc. VS, SD and CLI may each have different directory structures, but all projects, regardless of structure, will be buildable from the command line. This extends the NMaven concept of making the build system platform aware (in terms of compilers, vendors, OS) to also being build structure aware (in terms of the dev environment).
There is a maven-archetype-dotnet-simple in the trunk.