Information about best practice of spring context dependecy and spring boot starter parent

2018-07-23 Thread adrien ruffie
Hello all, I have 2 projects for example 1 mycompany-loader and 1 mycompany-commons projects My mycompany-loader have a dependency on mycompany-commons My mycompany-loader recover spring-context dependency and version thank to another dependency from: org.springframework.boot:spring-boot

RE: MANIFEST.MF into assembly plugin

2013-06-28 Thread adrien ruffie
MANIFEST.MF with your entries ? Jeff On Fri, Jun 28, 2013 at 10:31 AM, adrien ruffie wrote: > Hello all, > > ** ** > > I have a problem, Perhaps you know a solution. > > ** ** > > I have the following (in attached file) plugin to build a > distribution, with u

MANIFEST.MF into assembly plugin

2013-06-28 Thread adrien ruffie
Hello all, I have a problem, Perhaps you know a solution. I have the following (in attached file) plugin to build a distribution, with unpackaged war, and several jars (built to from the webapp). I search to place a manifest with several information in my unpackaged war directory into /clas

Repackage Apache Jar

2013-02-12 Thread adrien ruffie
Hello All, In my company we have checkout and modified One class of org.apache.axis2:axis2-transport-http:1.5.1 We repackage it as a jar but with ours modification and Explicit other artifact name. But in the following section: org.apache.felix m

Embedded java 6 librairies

2013-01-06 Thread adrien ruffie
Hello all, I my application I have following jar declared as a Maven dependencies: serializer.jar, xercesImpl-2.8.1.jar, jaxb-api.jar, jaxb-impl.jar, saaj.jar But I think some of them are already included in rt.jar ? Can you tell me so that I do not exclude dependencies if they are

RE: maven and axis

2012-11-25 Thread adrien ruffie
It's depends of your axis version, if you wan't an axis2 stub generation you can use it: http://axis.apache.org/axis2/java/core/tools/maven-plugins/maven-wsdl2code-plugin.html For axis1 version you can found it in apache archive I think. But you can also use Apache CXF: http://cxf.apache.org/do

Update and Cache Artifactory Maven 3

2012-11-20 Thread adrien ruffie
Hello all, I have a build failed with the following error when I try to build my webapp : [ERROR] Failed to execute goal on project my-webapp: Could not resolve dependencies for project com.edeal.frontline: my -webapp:war:Head-SNAPSHOT: Could not find artifact org.json.rpc:jsonrpc:jar:1.0 -> [

Exclude wb-resources into eclipse from maven

2012-11-16 Thread adrien ruffie
Hello all, I have the following pom.xml: ${basedir}/${target.dir}/classes org.apache.maven.plugins maven-compiler-plugin 2.3.2

How to compile classes into customized plugin

2012-11-05 Thread adrien ruffie
Hello all I have a customized plugin, which produce patch for an application, but in The current public class PatchBuilderMojo extends AbstractMojo A list of java file is provided and need to be compile in order to only package it. Any one know how I can only compile these classe

extract jar dependency from war

2012-11-04 Thread adrien ruffie
Hello all, in my company a project is build into a war, but several java package are build into jars,themselves finally stored into previous war. The war is a versionned artifact, but no its jars that contains, knowing I can not separatebuilded jars into independant module, do you know a method t

test-jar classifier

2011-08-25 Thread Adrien Ruffie - Petals Link
Hello, I have specify a example "bdd" for my project, so when I execute mvn package, I can found myproject-Version-Myclassifier.jar Into .m2 [INFO] Building jar: /home/aruffie/Workspace/Product/acceptance/petals-bc-mail/target/myproject-3.2-SNAPSHOT-bdd.jar [INFO] [jar:test-jar {execution: defa

Mojo unit test

2011-08-11 Thread Adrien Ruffie - Petals Link
Hello, I need in my unit test (My customized mojo unit test) to run a "mvn clean install" but I don't understand the mechanism, any one have a piece of code to do this, please ? example: MavenProject pom = maven.readProject( new File(ComponentWithAdditionalResources.SRC_HO

wsdl packaging existing ?

2011-08-10 Thread Adrien Ruffie - Petals Link
Hello all, I have a first project with just "/src/main/resources/mywsdl.wsdl" in the project I have following lines in this first project pom.xml: com.myworld shared-wsdl shared-wsdl 0-SNAPSHOT maven-jar-plugin wsdl And I have a second project with following dependency: com.myworld s

Need help

2011-08-09 Thread Adrien Ruffie - Petals Link
Hello allo, I have this following case: in my first project "project1" I have a dependency "project2". In this following "project2" (isn't jar type but .zip type), I have a project2.wsdl, I wanted to copy in the first project "project1" at the root jar directory, example: project2: ---> /META-IN