TweetI just migrated to Maven 3 this week, and noticed that my profiles.xml is no being ignored. So now I have to migrate my profiles to my pom.xml, and setting.xml Yet another thing on my list TODO now. Link to this post!
READ MORE »Posts tagged Apache Maven
Invalid keystore format and ‘keytool genkey’ issues during Jar signing
TweetInvalid keystore format and ‘keytool genkey’ issues during Jar signing I have been working on creating keystores and signing jars today, and have run into some interesting finding, and some interesting but obscure errors during this process. I have the following maven plugin that I wanted to use to sign my jar with my keystore [...]
READ MORE »Centralizing PMD rules for use with Maven.
TweetPMD has long been a great report to find out many useful details of your code base. I find that the default ruleset does not contain some checks that I find very useful especially when I have more junior developers. I can catch many problematic errors. Link to this post!
READ MORE »Updating Maven on Mac OS X
TweetMaven, has been my project build centric tool for many years now. I have never really had an issue updating to the latest version on Windows, Linux or Unix environments, but every-time I update Mac, I tend to forget the subtleties in the process, so I thought I would blog my findings. Link to this [...]
READ MORE »Maven Archetype Directory Structure
TweetI created a Visio diagram of an Executable Jar and Web Application Archetype Template for Maven. I wanted to share the image and hopefully this can help someone. My goal in creating this diagram was to give developers that are new to Maven, a primer as to where various application files will reside within a [...]
READ MORE »Utah Code Camp 2009
TweetI was a keynote speaker at the 2009 Utah Code Camp (http://utcodecamp.com/speakers/) I wanted to post my source code, and Slide Deck below. Source Code (http://baselogic.com/code/ucc2009/webapp.zip) Slide Deck PPT (http://baselogic.com/code/ucc2009/ucc.ppt) I will be converting this slide deck into a blog as soon as I have time to do so. Stay tuned…. Link to this post!
READ MORE »SiteToolException: ArtifactNotFoundException: The skin does not exist
TweetI have run into this error many times in the past, and have not seen any blogs on this issue, so I wanted to create a better blog with a solution to the issue. The issue starts with trying to create site documentation using mvn site:site that results in an ArtifactNotFoundException being thrown during the [...]
READ MORE »Deployment issues with Spring AOP and Weblogic 10.3
TweetI have been working on a Hibernate / Spring Data Access Component for a multi-module project. The testing has all been done with JUnit and DBUnit tests, then run inside an embedded Jetty web container. The details of this blog focus on the issue with deploying this WAR to Weblogic 10.3 after completing extensive unit [...]
READ MORE »Weblogic 10.3 hangs on JNDI data source lookup during deployment
TweetI have been working on a Spring based web application for a couple weeks. This application uses Hibernate Generic DAO’s with a JNDI template via spring to create the data source. This procedure works very well with DBUnit and Spring to test all of my data access objects in isolation and to get very high [...]
READ MORE »Common Hibernate JPA Data Services Component
TweetI have been using Hibernate JPA, with a Java Generics based data access layer for some time now. But each time I go to a new project, I find that I have to do quite a bit of rework just to integrate this component. So what I wanted to do, is find a way to [...]
READ MORE »
