On 31/03/2010, hen...@apache.org <hen...@apache.org> wrote:
> Author: henrib
>  Date: Wed Mar 31 08:53:56 2010
>  New Revision: 929437
>
>  URL: http://svn.apache.org/viewvc?rev=929437&view=rev
>  Log:
>  Prepare for 2.0.1 RC2:
>  - Updated findbugs spec to exclude generated sources

That was not all that was changed ...

>  Added:
>     commons/proper/jexl/trunk/src/main/config/findbugs-exclude-filter.xml   
> (with props)
>  Modified:
>     commons/proper/jexl/trunk/pom.xml
>
>  Modified: commons/proper/jexl/trunk/pom.xml
>  URL: 
> http://svn.apache.org/viewvc/commons/proper/jexl/trunk/pom.xml?rev=929437&r1=929436&r2=929437&view=diff
>  
> ==============================================================================
>  --- commons/proper/jexl/trunk/pom.xml (original)
>  +++ commons/proper/jexl/trunk/pom.xml Wed Mar 31 08:53:56 2010
>  @@ -117,7 +117,7 @@
>          <commons.componentid>jexl</commons.componentid>
>          <commons.release.version>2.0.1</commons.release.version>
>          <!-- The RC version used in the staging repository URL. -->
>  -        <commons.rc.version>RC1</commons.rc.version>
>  +        <commons.rc.version>RC2</commons.rc.version>
>          <commons.release.2.version>1.1</commons.release.2.version>
>          <commons.release.2.binary.suffix />
>          <commons.jira.id>JEXL</commons.jira.id>
>  @@ -257,10 +257,7 @@
>                  <artifactId>findbugs-maven-plugin</artifactId>
>                  <version>2.3.1</version>
>                  <configuration>
>  -                        <excludes>
>  -                            
> <exclude>org/apache/commons/jexl2/parser/*.class</exclude>
>  -                            
> <exclude>org/apache/commons/jexl2/**/*Test.class</exclude>
>  -                        </excludes>
>  +                   
> <excludeFilterFile>${basedir}/src/main/config/findbugs-exclude-filter.xml</excludeFilterFile>
>                      <xmlOutput>true</xmlOutput>
>                      <!-- Optional directory to put findbugs xdoc xml report 
> -->
>                      <xmlOutputDirectory>target/site</xmlOutputDirectory>
>  @@ -273,8 +270,7 @@
>                  <configuration>
>                      <targetJdk>1.5</targetJdk>
>                      <excludes>
>  -                        
> <exclude>org/apache/commons/jexl2/parser/*.class</exclude>
>  -                        
> <exclude>org/apache/commons/jexl2/**/*Test.class</exclude>
>  +                        <excludes>**/generated-sources/**/*</excludes>
>                      </excludes>
>                      <rulesets>
>                          <ruleset>/rulesets/braces.xml</ruleset>
>  @@ -327,6 +323,17 @@
>                  </site>
>              </distributionManagement>
>          </profile>
>  +        <profile>
>  +            <id>henrib</id>

Surely the rc profile in commons parent does the same?

>  +            <distributionManagement>
>  +                <!-- RC site deployment profile -->
>  +                <site>
>  +                    <id>apache.website</id>
>  +                    <name>Apache Commons Release Candidate Staging 
> Site</name>
>  +                    
> <url>${commons.deployment.protocol}://people.apache.org/home/henrib/public_html/${commons.componentid}-${commons.release.version}-${commons.rc.version}/site</url>
>  +                </site>
>  +            </distributionManagement>
>  +        </profile>
>      </profiles>
>
>   </project>
>  \ No newline at end of file
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to