You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by ie...@apache.org on 2020/07/10 10:29:47 UTC

[james-project] branch master updated: [JAMES-3301] Removed antlib references, fixed formatting issue in markdown

This is an automated email from the ASF dual-hosted git repository.

ieugen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git


The following commit(s) were added to refs/heads/master by this push:
     new 9ecfcaa  [JAMES-3301] Removed antlib references, fixed formatting issue in markdown
9ecfcaa is described below

commit 9ecfcaaf3b22da1a8f8da452d42bfed9b66704dc
Author: Eugen Stan <ie...@apache.org>
AuthorDate: Fri Jul 10 00:52:31 2020 +0300

    [JAMES-3301] Removed antlib references, fixed formatting issue in markdown
---
 dockerfiles/site/website/compile.sh         | 4 ++--
 mpt/all/src/assemble/bin.xml                | 7 -------
 src/site/markdown/server/manage-webadmin.md | 2 +-
 src/site/site.xml                           | 1 -
 4 files changed, 3 insertions(+), 11 deletions(-)

diff --git a/dockerfiles/site/website/compile.sh b/dockerfiles/site/website/compile.sh
index bae1ded..7190c23 100755
--- a/dockerfiles/site/website/compile.sh
+++ b/dockerfiles/site/website/compile.sh
@@ -42,8 +42,8 @@ git checkout $SHA1
 export MAVEN_OPTS="-Xmx7168m -Xms2048m -XX:+UseConcMarkSweepGC -XX:-UseGCOverheadLimit"
 
 mvn clean install -DskipTests
-mvn site:site -Dmaven.javadoc.skip=true -DskipTests -pl .,mpt/antlib,mpt/core
+mvn site:site -Dmaven.javadoc.skip=true -DskipTests -pl .,mpt/core
 mkdir /tmp/website-generation
-mvn site:stage -DstagingDirectory=/tmp/website-generation -pl .,mpt/antlib,mpt/core
+mvn site:stage -DstagingDirectory=/tmp/website-generation -pl .,mpt/core
 
 cp -r /tmp/website-generation/* $DESTINATION/
diff --git a/mpt/all/src/assemble/bin.xml b/mpt/all/src/assemble/bin.xml
index e22bdcf..46c16d0 100644
--- a/mpt/all/src/assemble/bin.xml
+++ b/mpt/all/src/assemble/bin.xml
@@ -37,13 +37,6 @@
       </includes>
     </fileSet>
     <fileSet>
-      <directory>${project.basedir}/../antlib/target</directory>
-      <outputDirectory>/</outputDirectory>
-      <includes>
-        <include>apache-james-mpt*.jar</include>
-      </includes>
-    </fileSet>
-    <fileSet>
       <directory>${project.basedir}/../app/target</directory>
       <outputDirectory>/</outputDirectory>
       <includes>
diff --git a/src/site/markdown/server/manage-webadmin.md b/src/site/markdown/server/manage-webadmin.md
index 7606c09..707417d 100644
--- a/src/site/markdown/server/manage-webadmin.md
+++ b/src/site/markdown/server/manage-webadmin.md
@@ -603,7 +603,7 @@ stored messages to compare them with the ones in the index, a failed `expunged`
 
 Example:
 
-curl -XPOST http://ip:port/mailboxes?task=reIndex&messagesPerSecond=200&mode=rebuildAll
+`curl -XPOST http://ip:port/mailboxes?task=reIndex&messagesPerSecond=200&mode=rebuildAll`
 
 The scheduled task will have the following type `full-reindexing` and the following `additionalInformation`:
 
diff --git a/src/site/site.xml b/src/site/site.xml
index 36ff240..3f85fae 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -228,7 +228,6 @@
                 </item>
                 <item name="Issue Tracker" href="https://issues.apache.org/jira/browse/MPT" />
                 <item name='Main Library' href='/mpt/main'/>
-                <item name='AntLib' href='/mpt/antlib'/>
                 <item name='Application' href='/mpt/app'/>
                 <item name="Download releases" href="http://james.apache.org/download.cgi#Apache_MPT" />
             </item>


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org