[aerogear-dev] [aerogear-misc] release issue
Andrea Vibelli
avibelli at redhat.com
Fri May 9 11:45:35 EDT 2014
Great that we agree on 1), which is the most important.
@Karel: what change would you require about checkstyle plugin (just
wondering)?
It's already defined in the pluginManagement of jboss-parent, and it's
declared in the plugin of aerogear-parent, so it's inherited by all
projects.
The configuration of the plugin would be this one for every project:
<pluginManagement>
<plugins>
....
<plugin>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>2.10</version>
</plugin>
...
</plugins>
</pluginManagement>
<plugin>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>2.10</version>
<executions>
<execution>
<id>checkstyle-report</id>
<phase>process-classes</phase>
<goals>
<goal>check</goal>
</goals>
<configuration>
<includeTestSourceDirectory>true</includeTestSourceDirectory>
<configLocation>/checkstyle-rules.xml</configLocation>
<logViolationsToConsole>true</logViolationsToConsole>
<violationSeverity>error</violationSeverity>
</configuration>
</execution>
</executions>
<dependencies>
<dependency>
<groupId>org.jboss.aerogear</groupId>
<artifactId>aerogear-misc</artifactId>
<version>0.1.2</version>
<scope>compile</scope>
</dependency>
</dependencies>
<configuration>
<includeTestSourceDirectory>true</includeTestSourceDirectory>
<configLocation>/checkstyle-rules.xml</configLocation>
<logViolationsToConsole>true</logViolationsToConsole>
<violationSeverity>error</violationSeverity>
</configuration>
</plugin>
Thanks
Andrea
Karel Piwko wrote
> What about:
>
> 1/ Release ag-misc 0.1.2 to Central to fix ag-parent
> 2/ Release ag-parent 0.2.1 to Central, using 0.2.0 of ag-misc
> => aligns minor version with ag-misc
> => Optionally: Adds checkstyle to pluginMngmt (AEROGEAR-358) (I can send a
> PR)
>
> No deletes needed. Maven world will not collapse ;-)
>
> Karel
>
>
> On Fri, 9 May 2014 12:21:15 +0200
> Matthias Wessendorf <
> mwessendorf@
> > wrote:
>
>> Hi,
>>
>> Andrea reported that the 0.1.2 release (see [1]) contains the wrong
>> version
>> number (0.2.0).
>> This artifact was already pushed to maven central.
>>
>> On IRC we had the following idea:
>> * update master to 0.1.2-SNAPSHOT
>> * perform the release again (that hopefully will result in 0.1.2 on maven
>> central)
>>
>> That still means we have a 0.2.0 on maven central. I will ask my contacts
>> at Sonatype to remove the 0.2.0 bits;
>>
>> If folks are OK w/ that, I am happy to perform these steps by Monday
>> morning
>>
>> Greetings,
>> Matthias
>>
>> [1] https://github.com/aerogear/aerogear-misc/blob/0.1.2/pom.xml
>>
>
> _______________________________________________
> aerogear-dev mailing list
> aerogear-dev at .jboss
> https://lists.jboss.org/mailman/listinfo/aerogear-dev
--
View this message in context: http://aerogear-dev.1069024.n5.nabble.com/aerogear-dev-aerogear-misc-release-issue-tp7741p7757.html
Sent from the aerogear-dev mailing list archive at Nabble.com.
More information about the aerogear-dev
mailing list