No worries Christopher, I will not delete anything from the repositories itself :-)
Note that if you want to upgrade to latest LESS 1.3.0 compiler, you can use the latest version from the new home https://github.com/marceloverdijk/lesscss-maven-plugin like: <plugin> <groupId>org.lesscss</groupId> <artifactId>lesscss-maven-plugin</artifactId> <version>1.3.0</version> <executions> <execution> <goals> <goal>compile</goal> </goals> </execution> </executions> </plugin> This will also be mentioned on lesscss.org by Alexis Sellier when he has time to update the page. Christopher Hunt-2 wrote: > > Hi Marcel, > > I don't think that you need to delete any artifacts from the repo at least > - that would break people's builds including mine. You primarily need to > support the fact that people need time to migrate to the new home. > > Kind regards, > Christopher > > On 20/03/2012, at 6:34 PM, Marcel Overdijk wrote: > >> >> Hi, >> >> The LESS CSS Maven Plugin will move to a new home officially being part >> of >> lesscss.org. >> >> What should I do best to (soft-)delete the project from codehaus. It >> would >> also be nice to put a message on on the plugin page to mention the new >> home >> to visitors. >> >> Let me know how I should handle this best. >> -- >> View this message in context: >> http://old.nabble.com/Moving-plugin-tp33536882p33536882.html >> Sent from the mojo - dev mailing list archive at Nabble.com. >> >> >> --------------------------------------------------------------------- >> To unsubscribe from this list, please visit: >> >> http://xircles.codehaus.org/manage_email >> >> > > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > > > -- View this message in context: http://old.nabble.com/Moving-plugin-tp33536882p33537850.html Sent from the mojo - dev mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
