You are viewing a plain text version of this content. The canonical link for it is here.
Posted to npanday-dev@incubator.apache.org by Lars Corneliussen <me...@lcorneliussen.de> on 2012/01/17 11:22:49 UTC

Re: svn commit: r1232244 - in /incubator/npanday/trunk/plugins: pom.xml wix-maven-plugin/pom.xml

i moved it to the parent. didnt work?

_
Mobil versendet. 

Am 17.01.2012 um 01:47 schrieb brett@apache.org:

> Author: brett
> Date: Tue Jan 17 00:47:50 2012
> New Revision: 1232244
> 
> URL: http://svn.apache.org/viewvc?rev=1232244&view=rev
> Log:
> put back wix IT configuration accidentally removed in r1232177
> 
> Modified:
>    incubator/npanday/trunk/plugins/pom.xml
>    incubator/npanday/trunk/plugins/wix-maven-plugin/pom.xml
> 
> Modified: incubator/npanday/trunk/plugins/pom.xml
> URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/pom.xml?rev=1232244&r1=1232243&r2=1232244&view=diff
> ==============================================================================
> --- incubator/npanday/trunk/plugins/pom.xml (original)
> +++ incubator/npanday/trunk/plugins/pom.xml Tue Jan 17 00:47:50 2012
> @@ -22,10 +22,10 @@
>          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
>   <parent>
>     <groupId>org.apache.npanday</groupId>
> -    <version>1.5.0-incubating-SNAPSHOT</version>  
> +    <version>1.5.0-incubating-SNAPSHOT</version>
>     <artifactId>apache-npanday</artifactId>
> -  </parent>  
> -  <modelVersion>4.0.0</modelVersion>  
> +  </parent>
> +  <modelVersion>4.0.0</modelVersion>
>   <groupId>org.apache.npanday.plugins</groupId>
>   <artifactId>maven-dotnet-plugins</artifactId>
>   <packaging>pom</packaging>
> @@ -196,6 +196,9 @@
>               See https://issues.apache.org/jira/browse/NPANDAY-284
>               <localRepositoryPath>target/local-repo</localRepositoryPath> -->
>               <postBuildHookScript>verify</postBuildHookScript>
> +              <filterProperties>
> +                <npandayVersion>${bootstrap.npanday.version}</npandayVersion>
> +              </filterProperties>
>             </configuration>
>             <executions>
>               <execution>
> 
> Modified: incubator/npanday/trunk/plugins/wix-maven-plugin/pom.xml
> URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/wix-maven-plugin/pom.xml?rev=1232244&r1=1232243&r2=1232244&view=diff
> ==============================================================================
> --- incubator/npanday/trunk/plugins/wix-maven-plugin/pom.xml (original)
> +++ incubator/npanday/trunk/plugins/wix-maven-plugin/pom.xml Tue Jan 17 00:47:50 2012
> @@ -53,7 +53,6 @@
>           <configuration>
>             <excludes>
>               <exclude>**/*.iml</exclude>
> -
>               <exclude>src/it/**</exclude>
>             </excludes>
>           </configuration>
> 
> 

Re: svn commit: r1232244 - in /incubator/npanday/trunk/plugins: pom.xml wix-maven-plugin/pom.xml

Posted by Brett Porter <br...@apache.org>.
Just lost the extra filter property I had in the WiX plugin that wasn't in the others. I added that to the top.

- Brett

On 17/01/2012, at 10:22 PM, Lars Corneliussen wrote:

> i moved it to the parent. didnt work?
> 
> _
> Mobil versendet. 
> 
> Am 17.01.2012 um 01:47 schrieb brett@apache.org:
> 
>> Author: brett
>> Date: Tue Jan 17 00:47:50 2012
>> New Revision: 1232244
>> 
>> URL: http://svn.apache.org/viewvc?rev=1232244&view=rev
>> Log:
>> put back wix IT configuration accidentally removed in r1232177
>> 
>> Modified:
>>   incubator/npanday/trunk/plugins/pom.xml
>>   incubator/npanday/trunk/plugins/wix-maven-plugin/pom.xml
>> 
>> Modified: incubator/npanday/trunk/plugins/pom.xml
>> URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/pom.xml?rev=1232244&r1=1232243&r2=1232244&view=diff
>> ==============================================================================
>> --- incubator/npanday/trunk/plugins/pom.xml (original)
>> +++ incubator/npanday/trunk/plugins/pom.xml Tue Jan 17 00:47:50 2012
>> @@ -22,10 +22,10 @@
>>         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
>>  <parent>
>>    <groupId>org.apache.npanday</groupId>
>> -    <version>1.5.0-incubating-SNAPSHOT</version>  
>> +    <version>1.5.0-incubating-SNAPSHOT</version>
>>    <artifactId>apache-npanday</artifactId>
>> -  </parent>  
>> -  <modelVersion>4.0.0</modelVersion>  
>> +  </parent>
>> +  <modelVersion>4.0.0</modelVersion>
>>  <groupId>org.apache.npanday.plugins</groupId>
>>  <artifactId>maven-dotnet-plugins</artifactId>
>>  <packaging>pom</packaging>
>> @@ -196,6 +196,9 @@
>>              See https://issues.apache.org/jira/browse/NPANDAY-284
>>              <localRepositoryPath>target/local-repo</localRepositoryPath> -->
>>              <postBuildHookScript>verify</postBuildHookScript>
>> +              <filterProperties>
>> +                <npandayVersion>${bootstrap.npanday.version}</npandayVersion>
>> +              </filterProperties>
>>            </configuration>
>>            <executions>
>>              <execution>
>> 
>> Modified: incubator/npanday/trunk/plugins/wix-maven-plugin/pom.xml
>> URL: http://svn.apache.org/viewvc/incubator/npanday/trunk/plugins/wix-maven-plugin/pom.xml?rev=1232244&r1=1232243&r2=1232244&view=diff
>> ==============================================================================
>> --- incubator/npanday/trunk/plugins/wix-maven-plugin/pom.xml (original)
>> +++ incubator/npanday/trunk/plugins/wix-maven-plugin/pom.xml Tue Jan 17 00:47:50 2012
>> @@ -53,7 +53,6 @@
>>          <configuration>
>>            <excludes>
>>              <exclude>**/*.iml</exclude>
>> -
>>              <exclude>src/it/**</exclude>
>>            </excludes>
>>          </configuration>
>> 
>> 

--
Brett Porter
brett@apache.org
http://brettporter.wordpress.com/
http://au.linkedin.com/in/brettporter
http://twitter.com/brettporter