In my weak defense, I was trying to copy what had been done for other recent
m2 releases (specifically jci). I seem to be doing a fine imitation of a
bull in a china shop.

I'll back it out.

On 6/20/07, Niall Pemberton <[EMAIL PROTECTED]> wrote:

Changing the group id is going to cause problems (see archives for
past discussions) - I believe we had settled on not changing group ids
as it seemed the only solution ATM that didn't cause pain.

Niall

On 6/20/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> Author: bspeakmon
> Date: Wed Jun 20 11:31:33 2007
> New Revision: 549181
>
> URL: http://svn.apache.org/viewvc?view=rev&rev=549181
> Log:
> - use org.apache.commons for groupId
>
> Modified:
>     jakarta/commons/proper/email/trunk/pom.xml
>
> Modified: jakarta/commons/proper/email/trunk/pom.xml
> URL:
http://svn.apache.org/viewvc/jakarta/commons/proper/email/trunk/pom.xml?view=diff&rev=549181&r1=549180&r2=549181
>
==============================================================================
> --- jakarta/commons/proper/email/trunk/pom.xml (original)
> +++ jakarta/commons/proper/email/trunk/pom.xml Wed Jun 20 11:31:33 2007
> @@ -25,7 +25,7 @@
>          <version>3</version>
>      </parent>
>      <modelVersion>4.0.0</modelVersion>
> -    <groupId>commons-email</groupId>
> +    <groupId>org.apache.commons</groupId>
>      <artifactId>commons-email</artifactId>
>      <version>1.1-SNAPSHOT</version>
>      <name>Commons-Email</name>
> @@ -275,5 +275,17 @@
>              </plugin>
>          </plugins>
>      </build>
> +
> +    <reporting>
> +        <plugins>
> +            <plugin>
> +                <groupId>org.apache.maven.plugins</groupId>
> +                <artifactId>maven-checkstyle-plugin</artifactId>
> +                <configuration>
>
+                    <configLocation>conf/checkstyle.xml</configLocation>
> +                </configuration>
> +            </plugin>
> +        </plugins>
> +    </reporting>
>
>  </project>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Reply via email to