On 8/19/05, Carlos Sanchez <[EMAIL PROTECTED]> wrote: > http://cvs.apache.org/repository/maven/plugins/maven-checkstyle-plugin-3.0-SNAPSHOT.jar > and > http://cvs.apache.org/repository/maven/plugins/maven-checkstyle-plugin-3.0-20050809.182002.jar > > both have beta5 > > On 8/19/05, Jamie Bisotti <[EMAIL PROTECTED]> wrote: > > On 8/19/05, Carlos Sanchez <[EMAIL PROTECTED]> wrote: > > > It already depends on beta5 > > > > > > On 8/19/05, Jamie Bisotti <[EMAIL PROTECTED]> wrote: > > > > -- > > > > Jamie Bisotti > > > > > > > > --------------------------------------------------------------------- > > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > > Carlos, > > > > When I download the plugin, its project.xml contains the following: > > <dependency> > > <groupId>checkstyle</groupId> > > <artifactId>checkstyle</artifactId> > > <version>4.0-beta3</version> > > <properties> > > <classloader>root</classloader> > > </properties> > > </dependency> > > > > I thought maybe there was a problem because I already had it > > installed, so I completely deleted the cache directory & removed > > CheckStyle from my MAVEN_HOME\plugins directory; then I downloaded > > again...same result. > > > > Any ideas? > > > > -- > > Jamie Bisotti > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > Carlos,
I had to remove all references to my existing 3.0-SNAPSHOT plugin (i.e. MAVEN_HOME\plugins, %HOMEPATH%/.maven/cache & %HOMEPATH%/.maven/maven/plugins) before I could download the updated 3.0-SNAPSHOT. Before I did that, it just kept copying the plugin from %HOMEPATH%/.maven/maven/plugins instead of downloading the new one. Is this as expected, or is it a bug? Thanks for you help! -- Jamie Bisotti --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
