English 中文(简体)
我如何利用Maven更新现有的战争档案并补充档案?
原标题:How can I update a existing war file with additional files using Maven?

我愿向Maven的公开来源战争档案提供一些额外的类别档案和杰尔档案。 我还需要用我自己取代一个配置文件。

The simplest way I see to do this is copy over the Java source files and configuration files from the base war file and check them into my source repository. This would work, but it requires that I duplicate both source and configuration files. Thus, what I would like to do is build the base war file, check in only that war file, then run a maven build which adds my class files, extra jar files, and replaces one configuration file in the base war. The output of the Maven build would be one war file.

没有人对我如何能够与Maven一起这样做提出建议?

这样,基卷就来自支离破碎的支离破碎的支流。 我认为,这个问题的答案并不取决于特定的战争档案。

最佳回答

页: 1 它意在为现有的追回被盗资产举措增加档案。

问题回答

暂无回答




相关问题
Spring Properties File

Hi have this j2ee web application developed using spring framework. I have a problem with rendering mnessages in nihongo characters from the properties file. I tried converting the file to ascii using ...

Logging a global ID in multiple components

I have a system which contains multiple applications connected together using JMS and Spring Integration. Messages get sent along a chain of applications. [App A] -> [App B] -> [App C] We set a ...

Java Library Size

If I m given two Java Libraries in Jar format, 1 having no bells and whistles, and the other having lots of them that will mostly go unused.... my question is: How will the larger, mostly unused ...

How to get the Array Class for a given Class in Java?

I have a Class variable that holds a certain type and I need to get a variable that holds the corresponding array class. The best I could come up with is this: Class arrayOfFooClass = java.lang....

SQLite , Derby vs file system

I m working on a Java desktop application that reads and writes from/to different files. I think a better solution would be to replace the file system by a SQLite database. How hard is it to migrate ...

热门标签