Tag Archives: Maven

Getting to know Maven

I have a number of posts that talk about using Maven to automate builds for Fusion Middleware projects.  I know that there are some people who have not used Maven before, or maybe only a little.  So I wanted to … Continue reading

Posted in Uncategorized | Tagged | 1 Comment

Building OSB projects with Maven and removing the eclipse dependency

In this earlier post, I talked about a way to automate the build and deployment for OSB, but I did not go so far as to get that working in Maven, though you certainly could.  But, OSB PS6 has added … Continue reading

Posted in Uncategorized | Tagged , , | 1 Comment

SOA Development and Delivery

Let’s start by talking about what I mean by that.  I don’t think that ‘SDLC’ is  the right term to describe the space that I want to talk about, but it is a term that people are familiar with, so … Continue reading

Posted in Uncategorized | Tagged , , , , , , , , , , , , , , , , | 6 Comments

Automating creation of JMS Queues and JmsAdapter plan updates and redeployment

Following on from my recent post on automation of creation of JDBC resources, I am happy to report I now have a script which can be used for JMS Queues! Again, this is not as wonderful as I would like … Continue reading

Posted in group1, Uncategorized | Tagged , , , , , | 1 Comment

Automating creation of JDBC Data Sources and DbAdapter plan updates and redeployment

That’s a long title… anyway, as part of the desire to have a fully automated continuous integration environment for SOA and BPM, there is another bridge that we need to cross. SOA/BPM Composites can contain dependencies on resources in the … Continue reading

Posted in group1, Uncategorized | Tagged , , , , , | 2 Comments

Getting Oracle artifacts into a Maven environment

If you want to build an application to run on the Fusion Middleware platform, you may find that you want to use some Oracle provided JAR files in your build process.  These may be things like API’s (interfaces) that are … Continue reading

Posted in group1, Uncategorized | Tagged | 1 Comment

Maven Repository Managers

In this post I just want to share a couple of thoughts on Maven Repository Managers – what they are, and why you would want to use one.  Let’s start out with a couple of definitions: A Maven Repository is … Continue reading

Posted in group1, Uncategorized | Tagged | Leave a comment

Using Oracle Service Registry in an automated (Maven) SOA/BPM build

Today, I feel very privileged to share with you a post from one of my readers, Phani Khrisna, who was kind enough to allow me to post this updated Maven POM which allows you to use resources in the Oracle … Continue reading

Posted in group1, Uncategorized | Tagged , , , , , , | 2 Comments

New version of JDeveloper released with Maven support and better performance

Oracle has released a new version of JDeveloper, 11.1.2.0, with a whole bunch of new features, including Maven support, and a lot of performance enhancements.  You can check out details of the new features here. Please note that this version … Continue reading

Posted in group3, Uncategorized | Tagged , | Leave a comment

Extending Continuous Integration to include MDS-dependent components

In this earlier post, I presented a simple approach to get started with continuous integration for SOA and BPM projects and showed how you can build and deploy an SCA composite using Hudson and Maven.  In that example, we just … Continue reading

Posted in group2, Uncategorized | Tagged , , , , , , , , | 8 Comments