Export to GitHub

spiffyui - issue #7
Spiffy UI Maven plugin build fails if build group doesn't end in .client
Posted on Jun 20, 2011 by
Quick Camel
- Create a new project from the Spiffy UI project creator.
Edit the pom.xml in your new project and change the groupId to remove the .client at the end like this:
<groupId>com.zack</groupId>
Run mvn clean package.
At this point the build will fail because the SpiffyUiHtml.java file is in the wrong package. The Spiffy UI Maven plugin should do a better job about detecting this case and still add the SpiffyUiHtml.java file to the correct package.
Comment #1
Posted on Jun 20, 2011 by Swift RabbitFixed in r1329
Status: Fixed
Labels:
Type-Defect
Priority-Medium