[ 
http://jira.codehaus.org/browse/NMAVEN-121?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

jan ancajas updated NMAVEN-121:
-------------------------------

    Attachment: NMAVEN-121.patch

to set the root namespace specify the rootNameSpace in the  
maven-compile-plugin configuration:

..
..
<plugins>
  <plugin>
     <groupId>org.apache.maven.dotnet.plugins</groupId>
     <artifactId>maven-compile-plugin</artifactId>
     <extensions>true</extensions>
     <configuration>
       <language>VB</language>
       <rootNameSpace>my.company</rootNameSpace>
    </configuration>
    </plugin>
<plugins>
..
..

> Have a configurable root namespace for VB assembly
> --------------------------------------------------
>
>                 Key: NMAVEN-121
>                 URL: http://jira.codehaus.org/browse/NMAVEN-121
>             Project: NMaven
>          Issue Type: New Feature
>    Affects Versions: 0.14 (Unreleased)
>            Reporter: jan ancajas
>         Attachments: NMAVEN-121.patch
>
>
> Build using NMaven the does not include the root namespace. This is exclusive 
> to VB, where the name space can be specified in the root name space property.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to