As you know web application is not supposed to be uploaded maven repository. I tried to not deploy on the release. Finall I found the answer here.
It took much time.
Software Engineer is(should be) a most efficient Problem Solver.
Showing posts with label maven. Show all posts
Showing posts with label maven. Show all posts
Nov 19, 2013
Jun 7, 2013
maven scala java mixed project
I develop my product with Java and have test code written by Scala(Specs2). I wanted run test cases on my PC and Jenkins.
I have got some problems and solved by the following pom.xml. It works well. I hope this helps you.
Don't forget add "@RunWith(classOf[JUnitRunner])" to your xxxSpec class.
I have got some problems and solved by the following pom.xml. It works well. I hope this helps you.
Don't forget add "@RunWith(classOf[JUnitRunner])" to your xxxSpec class.
Dec 5, 2012
Configuration of maven files to deploy to Nexus(Sonatype Nexus)
When I make a new Jenkins server, I always get a trouble with deploying module to Nexus. This memo is just for me from future. Because I know I will search it again.
You need to write your Nexus repository information as the following.
ID is defined at pom.xml as below.
You need to write your Nexus repository information as the following.
ID is defined at pom.xml as below.
Subscribe to:
Posts (Atom)