[ 
https://issues.apache.org/jira/browse/NPANDAY-576?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13663003#comment-13663003
 ] 

Victor Stefoglo edited comment on NPANDAY-576 at 5/21/13 2:19 PM:
------------------------------------------------------------------

Changes in AspxCompilerMojo.java are about:
Compiled ASPX artifacts are now placed under ${project.build.directory} as 
suppose to ${basedir}. This follows Maven convension and allows Maven clean-up 
goal to remove produced artifacts. Original AspxCompilerMojo.java had a strong 
dependency on output directory "${basedir}/Bin", and it also did delete .pdb 
artifacts, which in fact are necessary to keep in order to produce Sonar code 
quality reports. These changes allows us integrating NPanday with other 
plugins, such as C# Sonar Ecosystem, and let us configure complete .NET project 
build cycle using Maven only.

                
      was (Author: stefvic):
    Changes in AspxCompilerMojo.java are about:
Compiled ASPX artifacts are now placed under ${project.build.directory} as 
suppose to ${basedir}. This follows Maven convension and allows Maven clean-up 
goal to remove produced artifacts. Original AspxCompilerMojo.java had a strong 
dependency on output directory "${basedir}/Bin", and it also did delete .pdb 
artifacts, which in fact are necessary to keep in order to produce Sonar code 
quality reports. These changes allows us integrating NPanday with other 
plugins, such as C# Sonar Ecosystem, and let us configure complete .NET project 
build cycle using Maven only.
                  
> Add capability to add pdb artifact for .net project
> ---------------------------------------------------
>
>                 Key: NPANDAY-576
>                 URL: https://issues.apache.org/jira/browse/NPANDAY-576
>             Project: NPanday
>          Issue Type: New Feature
>          Components: Maven Plugins
>    Affects Versions: 1.5.0-incubating
>            Reporter: Victor Stefoglo
>             Fix For: 1.5.0-incubating
>
>         Attachments: maven-plugins.patch
>
>
> Attach PDB artifacts for .net project it's useful for Integration test 
> projects and coverage tools.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to