Re: LifecycleExecutionException: The packaging for this project did not assign a file to the build artifact

2007-09-05 Thread T.Reichert
I've changed the AbstractPluginPackagingMojo.java to accept 'binary-plugin': code ... if ((packaging.equals(pom)) /*|| (packaging.equals(binary-plugin))*/) { ... /code and changed the package and install phase in the components.xml: package

Re: LifecycleExecutionException: The packaging for this project did not assign a file to the build artifact

2007-04-23 Thread Sumit Gupta
I'd like to preface my answer below with the small fact that we don't actually deploy our eclipse plugins in-house, and hence we had not encountered this issue at the time of writing the article. We have build machines that run Continuum and locally we all simply do mvn clean install on all our

LifecycleExecutionException: The packaging for this project did not assign a file to the build artifact

2007-04-18 Thread Michael Maven
I'm trying to use the psteclipse plugin to generate my plugins. I've read the Eclipse Corner Article and generated an example archetype project, my-binary-plugin. I'm getting a LifecycleExecutionException: The packaging for this project did not assign a file to the build artifact exception out