maven-assembly-plugin
How can I use Maven to build a jar with required libraries in a sub-folder (like Eclipse)
In Eclipse, you can create a project jar with its required dependencies in an adjacent sub-folder by doing ...[详细]
2023-04-13 00:39 分类:问答Variables not expanded in Maven plugin
In my maven plugin I have the following: <dependencySets> <dependencySet> <scope>runtime</scope>[详细]
2023-04-07 21:19 分类:问答How do I set directory permissions in maven output?
I am using the maven-assembly-plugin to package my build. I am able to perform some copying of file sets and modify file permissions fine, but I am unable to modify directory permissions. From the do[详细]
2023-04-05 19:57 分类:问答buildnumber-maven-plugin and maven-assembly-plugin
I\'ve set up the buildnumber-maven-plugin to pull the version number from SVN and stash it away in the META-INF/MANIFEST.MF inside the jar. That works ok.[详细]
2023-04-05 04:37 分类:问答Add classpath to manifest with a custom assembly descriptor
I have the following custom assembly: <assembly> <id>full</id> <formats> <format>jar</format>[详细]
2023-04-04 12:12 分类:问答maven assembly throwing stackoverflowerror
Hi denizens of stackoverflow, I am having an issue with maven, specifically with the assembly phase. I have a large multi-module legacy project that unfortunately has some circular references within[详细]
2023-04-03 17:01 分类:问答Maven: how to specify which assembly plugin execution runs
I have a pom with multiple assembly executions.When I run, e.g. mvn package, it runs all the executions.How can I tell it to only run the foo execution?[详细]
2023-03-28 08:45 分类:问答Maven2: Possible to deploy depends on artifact classifier?
In fact I have 2 different problems, but I think they are kind of related: I have an artifact, with an assembly descriptor set which will build an extra JAR (with extra classifier).By default, Maven[详细]
2023-03-25 03:01 分类:问答How can I use maven to build a tarball for a project?
OK, lemme set the stage.I have a parent pom, project_maven, that contains 3 modules in its POM, project_common, project_explode, and project_clie开发者_开发技巧nt. project_client has dependencies on b[详细]
2023-03-18 09:33 分类:问答Including maven built assemblies in another module
I have 2 maven modules. One module builds bunch of zip fil开发者_JAVA百科es using maven-assembly-plugin. Second module needs to include some of the zip files built by the first module in its package.[详细]
2023-03-14 21:32 分类:问答