English 中文(简体)
• 如何释放玉米的蚊帐
原标题:How to release beta version in maven

iii

我想知道,以下假设情景的一般最佳做法方法是:

我们在我们的公司中进行了编码冻结。 因此,我们要释放我们的马文项目候选人。 在测试该候选人后,应释放该候选人。

So how can I create a "release" in maven so that it is handeled like a snapshot ? Maven should download always a newer/patched version of the RC version. Only after the testing and final release to a full version it should not...

因此,我如何能够释放一位驻地协调员?

增 编

问题回答

由于释放了一名囚犯,因此不可能释放一名囚犯。 最佳做法是给该艺术作品一个适当的版本。 例如1.0.0-RC1, 在确定一些问题1.0.0-RC2和最后1.0.0之后。





相关问题
Derby gets stuck closing?

I ve got unit tests (in maven) that use derby. At the end of the test run, there is a very long pause, with these log messages before the pause. INFO: Closing Hibernate SessionFactory Nov 16, 2009 8:...

Execute goal on parent after children complete

I have a multi-module maven project (several levels of nesting). Normally, when I execute a maven build (like mvn install or whatever), maven will run all the goals for the parent project before ...

Including dependencies in a jar with Maven

Is there a way to force maven(2.0.9) to include all the dependencies in a single jar file? I have a project the builds into a single jar file. I want the classes from dependencies to be copied into ...

Java Equivalent of distcc

Distcc makes it easy to distribute a C or C++ compile job across a number of machines, and is a godsend for working with large, frequently-built codebases. An increasing number of our large projects ...

Maven Assembly Problem

I have a maven multiple-module project, which is giving me headaches in the assembly:assembly phase. I have a module which has an assembly defined in it which works fine when I invoke mvn assembly:...

热门标签