add TP support for osx and replace win32-x86 with win32-x86_64; remove restrictions on org.apache.commons.net and org.apache.commons.net.source

Signed-off-by: nickboldt <nboldt@redhat.com>
diff --git a/pom.xml b/pom.xml
index a478006..79051cb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -146,29 +146,18 @@
                       <environment>
                           <os>win32</os>
                           <ws>win32</ws>
-                          <arch>x86</arch>
+                          <arch>x86_64</arch>
+                      </environment>
+                      <environment>
+                          <os>macosx</os>
+                          <ws>cocoa</ws>
+                          <arch>x86_64</arch>
                       </environment>
                   </environments>
                   <resolver>p2</resolver>
                   <ignoreTychoRepositories>true</ignoreTychoRepositories>
                   <includePackedArtifacts>true</includePackedArtifacts>
                   <pomDependencies>consider</pomDependencies>
-                  <filters>
-                      <filter>
-                          <type>eclipse-plugin</type>
-                          <id>org.apache.commons.net</id>
-                          <restrictTo>
-                              <versionRange>[3.2,3.3)</versionRange>
-                          </restrictTo>
-                      </filter>
-                      <filter>
-                          <type>eclipse-plugin</type>
-                          <id>org.apache.commons.net.source</id>
-                          <restrictTo>
-                              <versionRange>[3.2,3.3)</versionRange>
-                          </restrictTo>
-                      </filter>
-                  </filters>
               </configuration>
           </plugin>
           <plugin>