<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>BASE Logic, Inc. &#187; Apache Maven</title>
	<atom:link href="http://www.baselogic.com/blog/maven/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.baselogic.com/blog</link>
	<description>Enterprise Architecture, Design, Certified Training &#38; Agile Consulting</description>
	<lastBuildDate>Fri, 03 Feb 2012 15:04:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Maven 3.x profiles.xml is no longer supported and was ignored, please use the settings.xml instead</title>
		<link>http://www.baselogic.com/blog/development/maven/maven-3-x-profiles-xml-is-no-longer-supported-and-was-ignored-please-use-the-settings-xml-instead/</link>
		<comments>http://www.baselogic.com/blog/development/maven/maven-3-x-profiles-xml-is-no-longer-supported-and-was-ignored-please-use-the-settings-xml-instead/#comments</comments>
		<pubDate>Tue, 15 Feb 2011 12:50:15 +0000</pubDate>
		<dc:creator>Mick Knutson</dc:creator>
				<category><![CDATA[Apache Maven]]></category>

		<guid isPermaLink="false">http://www.baselogic.com/blog/?p=820</guid>
		<description><![CDATA[TweetTweetI 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!]]></description>
		<wfw:commentRss>http://www.baselogic.com/blog/development/maven/maven-3-x-profiles-xml-is-no-longer-supported-and-was-ignored-please-use-the-settings-xml-instead/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Invalid keystore format and &#8216;keytool genkey&#8217; issues during Jar signing</title>
		<link>http://www.baselogic.com/blog/development/maven/invalid-keystore-format-and-keytool-genkey-issues-during-jar-signing/</link>
		<comments>http://www.baselogic.com/blog/development/maven/invalid-keystore-format-and-keytool-genkey-issues-during-jar-signing/#comments</comments>
		<pubDate>Sat, 12 Feb 2011 15:22:51 +0000</pubDate>
		<dc:creator>Mick Knutson</dc:creator>
				<category><![CDATA[Apache Maven]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://www.baselogic.com/blog/?p=816</guid>
		<description><![CDATA[TweetTweetInvalid keystore format and &#8216;keytool genkey&#8217; 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 [...]]]></description>
		<wfw:commentRss>http://www.baselogic.com/blog/development/maven/invalid-keystore-format-and-keytool-genkey-issues-during-jar-signing/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Centralizing PMD rules for use with Maven.</title>
		<link>http://www.baselogic.com/blog/development/java-javaee-j2ee/centralizing-pmd-rules-for-use-with-maven/</link>
		<comments>http://www.baselogic.com/blog/development/java-javaee-j2ee/centralizing-pmd-rules-for-use-with-maven/#comments</comments>
		<pubDate>Tue, 24 Nov 2009 01:21:22 +0000</pubDate>
		<dc:creator>Mick Knutson</dc:creator>
				<category><![CDATA[java-javaee-j2ee]]></category>
		<category><![CDATA[Apache Maven]]></category>

		<guid isPermaLink="false">http://www.baselogic.com/blog/?p=420</guid>
		<description><![CDATA[TweetTweetPMD 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. &#60;?xml version=&#8221;1.0&#8243;?&#62; &#38;lt;ruleset name=&#34;Custom ruleset&#34; xmlns=&#34;http://pmd.sf.net/ruleset/1.0.0&#34; xmlns:xsi=&#34;http://www.w3.org/2001/XMLSchema-instance&#34; xsi:schemaLocation=&#34;http://pmd.sf.net/ruleset/1.0.0 http://pmd.sf.net/ruleset_xml_schema.xsd&#34; [...]]]></description>
		<wfw:commentRss>http://www.baselogic.com/blog/development/java-javaee-j2ee/centralizing-pmd-rules-for-use-with-maven/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Updating Maven on Mac OS X</title>
		<link>http://www.baselogic.com/blog/development/java-javaee-j2ee/updating-maven-on-mac-os-x/</link>
		<comments>http://www.baselogic.com/blog/development/java-javaee-j2ee/updating-maven-on-mac-os-x/#comments</comments>
		<pubDate>Tue, 24 Nov 2009 01:04:11 +0000</pubDate>
		<dc:creator>Mick Knutson</dc:creator>
				<category><![CDATA[java-javaee-j2ee]]></category>
		<category><![CDATA[Apache Maven]]></category>

		<guid isPermaLink="false">http://www.baselogic.com/blog/?p=415</guid>
		<description><![CDATA[TweetTweetMaven, 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. 1. download the [...]]]></description>
		<wfw:commentRss>http://www.baselogic.com/blog/development/java-javaee-j2ee/updating-maven-on-mac-os-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Maven Archetype Directory Structure</title>
		<link>http://www.baselogic.com/blog/development/java-javaee-j2ee/maven-archetype-directory-structure/</link>
		<comments>http://www.baselogic.com/blog/development/java-javaee-j2ee/maven-archetype-directory-structure/#comments</comments>
		<pubDate>Thu, 24 Sep 2009 13:35:17 +0000</pubDate>
		<dc:creator>Mick Knutson</dc:creator>
				<category><![CDATA[java-javaee-j2ee]]></category>
		<category><![CDATA[Apache Maven]]></category>

		<guid isPermaLink="false">http://www.baselogic.com/blog/?p=399</guid>
		<description><![CDATA[TweetTweetI 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 [...]]]></description>
		<wfw:commentRss>http://www.baselogic.com/blog/development/java-javaee-j2ee/maven-archetype-directory-structure/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Utah Code Camp 2009</title>
		<link>http://www.baselogic.com/blog/development/java-javaee-j2ee/utah-code-camp-2009/</link>
		<comments>http://www.baselogic.com/blog/development/java-javaee-j2ee/utah-code-camp-2009/#comments</comments>
		<pubDate>Mon, 21 Sep 2009 12:56:35 +0000</pubDate>
		<dc:creator>Mick Knutson</dc:creator>
				<category><![CDATA[java-javaee-j2ee]]></category>
		<category><![CDATA[Apache Maven]]></category>
		<category><![CDATA[Cargo]]></category>
		<category><![CDATA[CXF]]></category>
		<category><![CDATA[Integration Testing]]></category>
		<category><![CDATA[Jetty]]></category>
		<category><![CDATA[JUnit]]></category>
		<category><![CDATA[Spring Framework]]></category>
		<category><![CDATA[Test Driven Development (TDD)]]></category>
		<category><![CDATA[Testing]]></category>
		<category><![CDATA[Tomcat]]></category>

		<guid isPermaLink="false">http://www.baselogic.com/blog/?p=393</guid>
		<description><![CDATA[TweetTweetI 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&#8230;. Link to this post!]]></description>
		<wfw:commentRss>http://www.baselogic.com/blog/development/java-javaee-j2ee/utah-code-camp-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SiteToolException: ArtifactNotFoundException: The skin does not exist</title>
		<link>http://www.baselogic.com/blog/development/java-javaee-j2ee/sitetoolexception-artifactnotfoundexception-the-skin-does-not-exist/</link>
		<comments>http://www.baselogic.com/blog/development/java-javaee-j2ee/sitetoolexception-artifactnotfoundexception-the-skin-does-not-exist/#comments</comments>
		<pubDate>Wed, 19 Aug 2009 20:59:15 +0000</pubDate>
		<dc:creator>Mick Knutson</dc:creator>
				<category><![CDATA[java-javaee-j2ee]]></category>
		<category><![CDATA[Apache Maven]]></category>

		<guid isPermaLink="false">http://www.baselogic.com/blog/?p=353</guid>
		<description><![CDATA[TweetTweetI 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 [...]]]></description>
		<wfw:commentRss>http://www.baselogic.com/blog/development/java-javaee-j2ee/sitetoolexception-artifactnotfoundexception-the-skin-does-not-exist/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Deployment issues with Spring AOP and Weblogic 10.3</title>
		<link>http://www.baselogic.com/blog/development/java-javaee-j2ee/deployment-issues-with-spring-aop-and-weblogic-10-3/</link>
		<comments>http://www.baselogic.com/blog/development/java-javaee-j2ee/deployment-issues-with-spring-aop-and-weblogic-10-3/#comments</comments>
		<pubDate>Wed, 05 Aug 2009 14:30:08 +0000</pubDate>
		<dc:creator>Mick Knutson</dc:creator>
				<category><![CDATA[java-javaee-j2ee]]></category>
		<category><![CDATA[Apache Maven]]></category>
		<category><![CDATA[J2EE]]></category>

		<guid isPermaLink="false">http://www.baselogic.com/blog/?p=346</guid>
		<description><![CDATA[TweetTweetI 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 [...]]]></description>
		<wfw:commentRss>http://www.baselogic.com/blog/development/java-javaee-j2ee/deployment-issues-with-spring-aop-and-weblogic-10-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Weblogic 10.3 hangs on JNDI data source lookup during deployment</title>
		<link>http://www.baselogic.com/blog/development/java-javaee-j2ee/weblogic-103-hangs-on-jndi-data-source-lookup-during-deployment/</link>
		<comments>http://www.baselogic.com/blog/development/java-javaee-j2ee/weblogic-103-hangs-on-jndi-data-source-lookup-during-deployment/#comments</comments>
		<pubDate>Fri, 01 May 2009 13:27:23 +0000</pubDate>
		<dc:creator>Mick Knutson</dc:creator>
				<category><![CDATA[java-javaee-j2ee]]></category>
		<category><![CDATA[Apache Maven]]></category>
		<category><![CDATA[Continuous Integration (CI)]]></category>
		<category><![CDATA[DBUnit]]></category>
		<category><![CDATA[Eclipse IDE]]></category>
		<category><![CDATA[Hibernate]]></category>
		<category><![CDATA[J2EE]]></category>
		<category><![CDATA[Jetty]]></category>
		<category><![CDATA[JNDI]]></category>
		<category><![CDATA[Spring Framework]]></category>

		<guid isPermaLink="false">http://baselogic.com/blog/?p=307</guid>
		<description><![CDATA[TweetTweetI have been working on a Spring based web application for a couple weeks. This application uses Hibernate Generic DAO&#8217;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 [...]]]></description>
		<wfw:commentRss>http://www.baselogic.com/blog/development/java-javaee-j2ee/weblogic-103-hangs-on-jndi-data-source-lookup-during-deployment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Common Hibernate JPA Data Services Component</title>
		<link>http://www.baselogic.com/blog/development/java-javaee-j2ee/common-hibernate-jpa-data-services-component/</link>
		<comments>http://www.baselogic.com/blog/development/java-javaee-j2ee/common-hibernate-jpa-data-services-component/#comments</comments>
		<pubDate>Fri, 10 Apr 2009 19:13:06 +0000</pubDate>
		<dc:creator>Mick Knutson</dc:creator>
				<category><![CDATA[Apache Maven]]></category>
		<category><![CDATA[java-javaee-j2ee]]></category>
		<category><![CDATA[Test Driven Development (TDD)]]></category>
		<category><![CDATA[Annotations (JSR-181)]]></category>
		<category><![CDATA[DBUnit]]></category>
		<category><![CDATA[Hibernate]]></category>
		<category><![CDATA[JNDI]]></category>
		<category><![CDATA[JPA (JSR-220)]]></category>
		<category><![CDATA[Spring Framework]]></category>
		<category><![CDATA[TestNG]]></category>

		<guid isPermaLink="false">http://baselogic.com/blog/?p=272</guid>
		<description><![CDATA[TweetTweetI 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 [...]]]></description>
		<wfw:commentRss>http://www.baselogic.com/blog/development/java-javaee-j2ee/common-hibernate-jpa-data-services-component/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

