diff --git a/maven-site/ideas.txt b/maven-site/ideas.txt
deleted file mode 100644
index 4c4e114ce9..0000000000
--- a/maven-site/ideas.txt
+++ /dev/null
@@ -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)
diff --git a/maven-site/my-app/pom.xml b/maven-site/my-app/pom.xml
index 2a433c26e5..e2e091331c 100644
--- a/maven-site/my-app/pom.xml
+++ b/maven-site/my-app/pom.xml
@@ -46,6 +46,20 @@
+
+
+
+ org.apache.maven.plugins
+ maven-jar-plugin
+
+
+
+ test-jar
+
+
+
+
+
diff --git a/maven-site/pom.xml b/maven-site/pom.xml
index ed8023e9cc..c9d21d4b3b 100644
--- a/maven-site/pom.xml
+++ b/maven-site/pom.xml
@@ -13,12 +13,12 @@
website
- scp://minotaur.apache.org/www/maven.apache.org/maven2
+ scpexe://minotaur.apache.org/www/maven.apache.org/maven2
diff --git a/maven-site/src/site/apt/guides/index.apt b/maven-site/src/site/apt/guides/index.apt
index 8a06a049b1..b09ccac8d6 100644
--- a/maven-site/src/site/apt/guides/index.apt
+++ b/maven-site/src/site/apt/guides/index.apt
@@ -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}}