[hornetq-commits] JBoss hornetq SVN: r10545 - in trunk: distribution and 1 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Apr 20 02:53:41 EDT 2011


Author: ataylor
Date: 2011-04-20 02:53:40 -0400 (Wed, 20 Apr 2011)
New Revision: 10545

Modified:
   trunk/distribution/pom.xml
   trunk/docs/pom.xml
   trunk/hornetq.iws
Log:
dont deploy tests and docs and distribution

Modified: trunk/distribution/pom.xml
===================================================================
--- trunk/distribution/pom.xml	2011-04-19 21:40:01 UTC (rev 10544)
+++ trunk/distribution/pom.xml	2011-04-20 06:53:40 UTC (rev 10545)
@@ -36,4 +36,16 @@
    </modules>
 
 
+   <build>
+      <plugins>
+         <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-deploy-plugin</artifactId>
+            <configuration>
+               <skip>true</skip>
+            </configuration>
+         </plugin>
+      </plugins>
+   </build>
+
 </project>

Modified: trunk/docs/pom.xml
===================================================================
--- trunk/docs/pom.xml	2011-04-19 21:40:01 UTC (rev 10544)
+++ trunk/docs/pom.xml	2011-04-20 06:53:40 UTC (rev 10545)
@@ -34,4 +34,16 @@
    </modules>
 
 
+   <build>
+      <plugins>
+         <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-deploy-plugin</artifactId>
+            <configuration>
+               <skip>true</skip>
+            </configuration>
+         </plugin>
+      </plugins>
+   </build>
+
 </project>

Modified: trunk/hornetq.iws
===================================================================
--- trunk/hornetq.iws	2011-04-19 21:40:01 UTC (rev 10544)
+++ trunk/hornetq.iws	2011-04-20 06:53:40 UTC (rev 10545)
@@ -2,6 +2,8 @@
 <project version="4">
   <component name="ChangeListManager">
     <list default="true" readonly="true" id="a2aae645-dbcd-4d6e-9c99-efa05d93589a" name="Default" comment="">
+      <change type="MODIFICATION" beforePath="$PROJECT_DIR$/distribution/pom.xml" afterPath="$PROJECT_DIR$/distribution/pom.xml" />
+      <change type="MODIFICATION" beforePath="$PROJECT_DIR$/docs/pom.xml" afterPath="$PROJECT_DIR$/docs/pom.xml" />
       <change type="MODIFICATION" beforePath="$PROJECT_DIR$/hornetq.iws" afterPath="$PROJECT_DIR$/hornetq.iws" />
     </list>
     <ignored path=".idea/workspace.xml" />
@@ -79,19 +81,10 @@
   </component>
   <component name="FileEditorManager">
     <leaf>
-      <file leaf-file-name="pom.xml" pinned="false" current="false" current-in-tab="false">
-        <entry file="file://$PROJECT_DIR$/distribution/hornetq/pom.xml">
-          <provider selected="true" editor-type-id="text-editor">
-            <state line="67" column="43" selection-start="2377" selection-end="2377" vertical-scroll-proportion="0.0">
-              <folding />
-            </state>
-          </provider>
-        </entry>
-      </file>
       <file leaf-file-name="pom.xml" pinned="false" current="true" current-in-tab="true">
         <entry file="file://$PROJECT_DIR$/pom.xml">
           <provider selected="true" editor-type-id="text-editor">
-            <state line="371" column="42" selection-start="13310" selection-end="13310" vertical-scroll-proportion="0.7106109">
+            <state line="371" column="42" selection-start="13310" selection-end="13310" vertical-scroll-proportion="1.2541507">
               <folding />
             </state>
           </provider>
@@ -152,23 +145,32 @@
         </entry>
       </file>
       <file leaf-file-name="pom.xml" pinned="false" current="false" current-in-tab="false">
-        <entry file="file://$PROJECT_DIR$/tests/jms-tests/pom.xml">
+        <entry file="file://$PROJECT_DIR$/tests/pom.xml">
           <provider selected="true" editor-type-id="text-editor">
-            <state line="12" column="33" selection-start="548" selection-end="548" vertical-scroll-proportion="0.0">
+            <state line="25" column="20" selection-start="420" selection-end="687" vertical-scroll-proportion="0.0">
               <folding />
             </state>
           </provider>
         </entry>
       </file>
       <file leaf-file-name="pom.xml" pinned="false" current="false" current-in-tab="false">
-        <entry file="file://$PROJECT_DIR$/tests/pom.xml">
+        <entry file="file://$PROJECT_DIR$/docs/pom.xml">
           <provider selected="true" editor-type-id="text-editor">
-            <state line="30" column="41" selection-start="877" selection-end="890" vertical-scroll-proportion="0.0">
+            <state line="46" column="15" selection-start="1322" selection-end="1618" vertical-scroll-proportion="0.0">
               <folding />
             </state>
           </provider>
         </entry>
       </file>
+      <file leaf-file-name="pom.xml" pinned="false" current="false" current-in-tab="false">
+        <entry file="file://$PROJECT_DIR$/distribution/pom.xml">
+          <provider selected="true" editor-type-id="text-editor">
+            <state line="49" column="3" selection-start="1401" selection-end="1401" vertical-scroll-proportion="0.0">
+              <folding />
+            </state>
+          </provider>
+        </entry>
+      </file>
     </leaf>
   </component>
   <component name="FindManager">
@@ -182,9 +184,6 @@
   <component name="IdeDocumentHistory">
     <option name="changedFiles">
       <list>
-        <option value="$PROJECT_DIR$/docs/rest-manual/pom.xml" />
-        <option value="$PROJECT_DIR$/docs/rest-manual/en/Book_Info.xml" />
-        <option value="$PROJECT_DIR$/tests/timing-tests/pom.xml" />
         <option value="$PROJECT_DIR$/hornetq-rest/pom.xml" />
         <option value="$PROJECT_DIR$/hornetq-rest/hornetq-rest/pom.xml" />
         <option value="$PROJECT_DIR$/distribution/hornetq/src/main/assembly/dep.xml" />
@@ -198,6 +197,9 @@
         <option value="$PROJECT_DIR$/tests/performance-tests/pom.xml" />
         <option value="$PROJECT_DIR$/tests/concurrent-tests/pom.xml" />
         <option value="$PROJECT_DIR$/pom.xml" />
+        <option value="$PROJECT_DIR$/tests/pom.xml" />
+        <option value="$PROJECT_DIR$/docs/pom.xml" />
+        <option value="$PROJECT_DIR$/distribution/pom.xml" />
       </list>
     </option>
   </component>
@@ -1346,6 +1348,20 @@
               <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
             </PATH_ELEMENT>
             <PATH_ELEMENT>
+              <option name="myItemId" value="docs" />
+              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
+            </PATH_ELEMENT>
+          </PATH>
+          <PATH>
+            <PATH_ELEMENT>
+              <option name="myItemId" value="hornetq" />
+              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.ProjectViewProjectNode" />
+            </PATH_ELEMENT>
+            <PATH_ELEMENT>
+              <option name="myItemId" value="hornetq2" />
+              <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
+            </PATH_ELEMENT>
+            <PATH_ELEMENT>
               <option name="myItemId" value="distribution" />
               <option name="myItemType" value="com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode" />
             </PATH_ELEMENT>
@@ -1967,10 +1983,10 @@
     </todo-panel>
   </component>
   <component name="ToolWindowManager">
-    <frame x="-4" y="24" width="1928" height="1160" extended-state="7" />
+    <frame x="-4" y="24" width="1928" height="1160" extended-state="6" />
     <editor active="false" />
     <layout>
-      <window_info id="Changes" active="true" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.35579783" sideWeight="0.0" order="7" side_tool="false" content_ui="tabs" />
+      <window_info id="Changes" active="true" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.1962339" sideWeight="0.0" order="7" side_tool="false" content_ui="tabs" />
       <window_info id="Palette" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="4" side_tool="false" content_ui="tabs" />
       <window_info id="Ant Build" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
       <window_info id="Debug" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.16749257" sideWeight="0.0" order="3" side_tool="false" content_ui="tabs" />
@@ -1981,10 +1997,10 @@
       <window_info id="Messages" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.22398414" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
       <window_info id="TODO" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="6" side_tool="false" content_ui="tabs" />
       <window_info id="Structure" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.24959914" sideWeight="0.7006937" order="1" side_tool="false" content_ui="tabs" />
-      <window_info id="Maven Projects" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.09828142" sideWeight="0.6442022" order="0" side_tool="false" content_ui="tabs" />
+      <window_info id="Maven Projects" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.09828142" sideWeight="0.80376613" order="0" side_tool="false" content_ui="tabs" />
       <window_info id="Commander" active="false" anchor="right" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.4" sideWeight="0.5" order="1" side_tool="false" content_ui="tabs" />
       <window_info id="Dependency Viewer" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="7" side_tool="false" content_ui="tabs" />
-      <window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.24221267" sideWeight="0.6442022" order="0" side_tool="false" content_ui="tabs" />
+      <window_info id="Project" active="false" anchor="left" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="true" weight="0.24221267" sideWeight="0.80376613" order="0" side_tool="false" content_ui="tabs" />
       <window_info id="Run" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.23609756" sideWeight="0.5" order="2" side_tool="false" content_ui="tabs" />
       <window_info id="Cvs" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.25" sideWeight="0.5" order="4" side_tool="false" content_ui="tabs" />
       <window_info id="Message" active="false" anchor="bottom" auto_hide="false" internal_type="DOCKED" type="DOCKED" visible="false" weight="0.33" sideWeight="0.5" order="0" side_tool="false" content_ui="tabs" />
@@ -2010,7 +2026,7 @@
     <option name="SHOW_ONLY_CHANGED_IN_SELECTION_DIFF" value="true" />
     <option name="CHECK_COMMIT_MESSAGE_SPELLING" value="true" />
     <option name="FORCE_NON_EMPTY_COMMENT" value="false" />
-    <option name="LAST_COMMIT_MESSAGE" value="intellij file" />
+    <option name="LAST_COMMIT_MESSAGE" value="dont deploy tests and docs and distribution" />
     <option name="MAKE_NEW_CHANGELIST_ACTIVE" value="true" />
     <option name="OPTIMIZE_IMPORTS_BEFORE_PROJECT_COMMIT" value="false" />
     <option name="CHECK_FILES_UP_TO_DATE_BEFORE_COMMIT" value="false" />
@@ -2023,7 +2039,6 @@
     <option name="UPDATE_GROUP_BY_CHANGELIST" value="false" />
     <option name="SHOW_FILE_HISTORY_AS_TREE" value="false" />
     <option name="FILE_HISTORY_SPLITTER_PROPORTION" value="0.6" />
-    <MESSAGE value="mavenised examples part 2&#10;" />
     <MESSAGE value="mavenised examples part 3&#10;" />
     <MESSAGE value="fixed pom name" />
     <MESSAGE value="intellij project files&#10;" />
@@ -2048,6 +2063,7 @@
     <MESSAGE value="added test profile" />
     <MESSAGE value="updated test profile" />
     <MESSAGE value="intellij file" />
+    <MESSAGE value="dont deploy tests and docs and distribution" />
   </component>
   <component name="XDebuggerManager">
     <breakpoint-manager />
@@ -2125,13 +2141,6 @@
     </buildFile>
   </component>
   <component name="editorHistoryManager">
-    <entry file="file://$PROJECT_DIR$/hornetq-rest/hornetq-rest/.project">
-      <provider selected="true" editor-type-id="text-editor">
-        <state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="0.0">
-          <folding />
-        </state>
-      </provider>
-    </entry>
     <entry file="file://$PROJECT_DIR$/hornetq-rest/hornetq-rest/pom.xml">
       <provider selected="true" editor-type-id="text-editor">
         <state line="92" column="68" selection-start="3264" selection-end="3264" vertical-scroll-proportion="0.0">
@@ -2160,11 +2169,6 @@
         </state>
       </provider>
     </entry>
-    <entry file="file://$PROJECT_DIR$/distribution/pom.xml">
-      <provider selected="true" editor-type-id="text-editor">
-        <state line="0" column="0" selection-start="0" selection-end="0" vertical-scroll-proportion="0.0" />
-      </provider>
-    </entry>
     <entry file="file://$PROJECT_DIR$/distribution/hornetq/pom.xml">
       <provider selected="true" editor-type-id="text-editor">
         <state line="67" column="43" selection-start="2377" selection-end="2377" vertical-scroll-proportion="0.0">
@@ -2172,13 +2176,6 @@
         </state>
       </provider>
     </entry>
-    <entry file="file://$PROJECT_DIR$/tests/pom.xml">
-      <provider selected="true" editor-type-id="text-editor">
-        <state line="30" column="41" selection-start="877" selection-end="890" vertical-scroll-proportion="0.0">
-          <folding />
-        </state>
-      </provider>
-    </entry>
     <entry file="file://$PROJECT_DIR$/tests/jms-tests/pom.xml">
       <provider selected="true" editor-type-id="text-editor">
         <state line="12" column="33" selection-start="548" selection-end="548" vertical-scroll-proportion="0.0">
@@ -2228,9 +2225,30 @@
         </state>
       </provider>
     </entry>
+    <entry file="file://$PROJECT_DIR$/tests/pom.xml">
+      <provider selected="true" editor-type-id="text-editor">
+        <state line="25" column="20" selection-start="420" selection-end="687" vertical-scroll-proportion="0.0">
+          <folding />
+        </state>
+      </provider>
+    </entry>
+    <entry file="file://$PROJECT_DIR$/docs/pom.xml">
+      <provider selected="true" editor-type-id="text-editor">
+        <state line="46" column="15" selection-start="1322" selection-end="1618" vertical-scroll-proportion="0.0">
+          <folding />
+        </state>
+      </provider>
+    </entry>
+    <entry file="file://$PROJECT_DIR$/distribution/pom.xml">
+      <provider selected="true" editor-type-id="text-editor">
+        <state line="49" column="3" selection-start="1401" selection-end="1401" vertical-scroll-proportion="0.0">
+          <folding />
+        </state>
+      </provider>
+    </entry>
     <entry file="file://$PROJECT_DIR$/pom.xml">
       <provider selected="true" editor-type-id="text-editor">
-        <state line="371" column="42" selection-start="13310" selection-end="13310" vertical-scroll-proportion="0.7106109">
+        <state line="371" column="42" selection-start="13310" selection-end="13310" vertical-scroll-proportion="1.2541507">
           <folding />
         </state>
       </provider>



More information about the hornetq-commits mailing list