Channel log for #maven

Time Nick Message
01:28 chgraham Hi All. I need to create a plugin that emulates an IBM eclipse plugin (Project Interchange, which is basically a zip of a project, with the top level directory in the zip being the name of the project). Can anyone suggest a similar plugin as a starting point?
01:31 chgraham I'm guessing that the resources plugin, is probably the best place to start...?
02:04 Brian chgraham, assembly plugin can make zips
02:14 chgraham Brian: I know, not sure if it can meet my needs as cleanly.
05:15 chgraham What does this actually mean?? :: The PluginDescriptor for the plugin Plugin [org.apache.maven.plugins:maven-resources-plugin] was not found.
05:16 brett the resources plugin in your local repository is probably corrupt
05:18 chgraham Brett: I'll prune it. Ta.
05:22 chgraham brett: 2.4.1 is giving me grief, but 2.4 is not. I pruned my local copies, so it could be up stream. I'll investigate upstream later.