mirror of https://github.com/apache/maven.git
o notes for further doco
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@326223 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
afcd70a210
commit
d4887e95ff
|
@ -0,0 +1,31 @@
|
||||||
|
Brett Porter wrote:
|
||||||
|
> The active project changes during the reactor build. At the compile
|
||||||
|
> stage, it refers to the target/classes directory. At the package
|
||||||
|
> stage, it points to the jar file. If you are implementing your own
|
||||||
|
> packaging goal, you need to call project.getArtifact().setFile( ... )
|
||||||
|
> to ensure this is used.
|
||||||
|
|
||||||
|
- multi module howto
|
||||||
|
- per user scm setup
|
||||||
|
- outline behaviour when connection and developConnection are defined
|
||||||
|
|
||||||
|
Our current URL looks like:
|
||||||
|
scm:cvs:pserver:@cvs.host.name:/cvsroot:module-version
|
||||||
|
|
||||||
|
Using this URL, the default is to connect to the CVS server using the
|
||||||
|
same userid as the current user. This is the desired behavior and I
|
||||||
|
don't want to mess that up. I just would like a means to add a userid
|
||||||
|
in the URL only in special circumstances like Continuum.
|
||||||
|
|
||||||
|
We might want to do something where we say it is a best practice to
|
||||||
|
specify a ${user} and take it from the environment and allow an override.
|
||||||
|
|
||||||
|
- testing a plugin
|
||||||
|
- How to get started behind an NTLM proxy.
|
||||||
|
- How snapshots works
|
||||||
|
- How do i use the lifecycle provided by a plugin:
|
||||||
|
- How do i disable ibiblio
|
||||||
|
- using version ranges
|
||||||
|
- plugin expressions (look at bob allison's work)
|
||||||
|
- overriding the central repository (use central)
|
||||||
|
- description of what packagings are available and how they work
|
Loading…
Reference in New Issue