mirror of https://github.com/apache/maven.git
o using the scpexe deploy for now, the standard ssh deploy isn't working for
me. git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@326178 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
edea3eceac
commit
01774b8b05
|
@ -1,23 +0,0 @@
|
|||
- 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)
|
|
@ -46,6 +46,20 @@
|
|||
</archive>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
||||
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-jar-plugin</artifactId>
|
||||
|
||||
<executions>
|
||||
<execution>
|
||||
<goals><goal>test-jar</goal></goals>
|
||||
</execution>
|
||||
</executions>
|
||||
|
||||
</plugin>
|
||||
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
|
|
|
@ -13,12 +13,12 @@
|
|||
<distributionManagement>
|
||||
<site>
|
||||
<id>website</id>
|
||||
<url>scp://minotaur.apache.org/www/maven.apache.org/maven2</url>
|
||||
<url>scpexe://minotaur.apache.org/www/maven.apache.org/maven2</url>
|
||||
</site>
|
||||
<!--
|
||||
<stagingSite>
|
||||
<id>beaver</id>
|
||||
<url>scp://beaver.codehaus.org/home/users/jvanzyl/public_html/maven2/</url>
|
||||
<id>website</id>
|
||||
<url>scpexe://minotaur.apache.org/x1/home/jvanzyl/public_html/maven2</url>
|
||||
</stagingSite>
|
||||
-->
|
||||
</distributionManagement>
|
||||
|
|
|
@ -18,6 +18,8 @@ Documentation
|
|||
|
||||
* {{{mini/guide-assemblies.html}Guide to Creating Assemblies}}
|
||||
|
||||
* {{{mini/guide-attached-tests.html}Guide to using attached tests}}
|
||||
|
||||
* {{{mini/guide-bash-m2-completion.html}Guide to Maven 2.x auto completion using BASH}}
|
||||
|
||||
* {{{mini/guide-configuring-plugins.html}Guide to Configuring Plug-ins}}
|
||||
|
@ -30,6 +32,8 @@ Documentation
|
|||
|
||||
* {{{mini/guide-deployment-security-settings.html}Guide to Deployment and Security Settings}}
|
||||
|
||||
* {{{mini/guide-deploy-ssh-external.html}Guide to deploying with an external SSH command}}
|
||||
|
||||
* {{{mini/guide-ear.html}Guide to EARs}}
|
||||
|
||||
* {{{mini/guide-embedding-m2.html}Guide to Embedding Maven 2.x}}
|
||||
|
|
Loading…
Reference in New Issue