maven-assembly-plugin
Inter-module dependencies on additional assemblies during a Maven release
We have a multi module project with following modules: Database Persistence Business Application The \'Database\' project is a jar project that creates an additional assembly using the \'maven-ass[详细]
2023-02-18 14:09 分类:问答Standard way of using Maven for Online Development
I\'ve recently started learning about Maven and my question is about standard ways for deploying my web application on a web/app-server.[详细]
2023-02-16 21:10 分类:问答jar-with-dependencies Maven Assembly
I created a simple Maven project (Packaging type - Jar) that has dependencies on Spring and My Sql library (mysql-connector). When I package this project开发者_如何学运维 with $mvn package I do get a[详细]
2023-02-16 02:16 分类:问答how to use Maven Assembly plugin in Multimodule Projects
I have a multimodule maven project 开发者_如何学Clike : Main Module Module A Module B Module C when i build the Main module it will produce the following:[详细]
2023-02-15 10:37 分类:问答Can the maven-shade-plugin create a shaded pom for a module with packaging type pom?
I have a multi module maven project with a seperate xyz-distribution module that contains multiple assemblies. This module depends on all artifacts that go into the assemblies.[详细]
2023-02-14 07:48 分类:问答Maven assembly plugin: building a distributable Java SE application
I\'m developing a simple, stand-alone, command line Java application. The project is managed by Maven. I\'d like to build a deliverable, which can be copied and run on the client\'s machine.[详细]
2023-02-13 14:21 分类:问答Maven EAR: ejb module + application client (app client) module
I want to create an EAR project that consists of an EJB 3.1 module and an app client module, the app client talking to the ejb module through @Remote interface... I have done this many times in the pa[详细]
2023-02-12 07:31 分类:问答Maven assembly plugin: excluding files while using a standard descriptorRef
I\'m developing a simple, stand-alone, command line Java application. The project is managed by Maven. I\'d like to build a deliverable, which can be copied and run on the client\'s machine.[详细]
2023-02-10 21:34 分类:问答building a jar and including it in a zip with maven-assembly-plugin
I have a mavenized java project (Maven2) which I want to build into a jar, which is easy enough by supplying the jar-with-dependencies descriptorRef in the pom.xml.[详细]
2023-02-09 05:51 分类:问答Maven assemblies unzipping
I have recently need to use a zip file in one of my builds. Once I have place 开发者_如何学编程the proper *.zip file in the package, I need to unpackage it in the assembly, before the entire package i[详细]
2023-02-04 11:08 分类:问答