You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by jb...@apache.org on 2019/12/24 06:37:31 UTC

[servicemix-specs] branch master updated: Fix artifact coordinates and exclude javadoc for now

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

jbonofre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicemix-specs.git


The following commit(s) were added to refs/heads/master by this push:
     new d4f3b8d  Fix artifact coordinates and exclude javadoc for now
d4f3b8d is described below

commit d4f3b8dd8ad806fed6305a795a9f88d4c340eab1
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Tue Dec 24 07:37:12 2019 +0100

    Fix artifact coordinates and exclude javadoc for now
---
 saaj-api-1.4/pom.xml | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/saaj-api-1.4/pom.xml b/saaj-api-1.4/pom.xml
index 93057ef..fff1576 100644
--- a/saaj-api-1.4/pom.xml
+++ b/saaj-api-1.4/pom.xml
@@ -85,14 +85,14 @@
                         <configuration>
                             <artifactSet>
                                 <includes>
-                                    <include>javax.xml.soap:javax.xml.soap-api</include>
+                                    <include>jakarta.xml.soap:jakarta.xml.soap-api</include>
                                     <include>org.apache.servicemix.specs:org.apache.servicemix.specs.locator</include>
                                     <include>${project.groupId}:${project.artifactId}</include>
                                 </includes>
                             </artifactSet>
                             <filters>
                                 <filter>
-                                    <artifact>javax.xml.soap:javax.xml.soap-api</artifact>
+                                    <artifact>jakarta.xml.soap:jakarta.xml.soap-api</artifact>
                                     <excludes>
                                         <exclude>javax/**</exclude>
                                     </excludes>
@@ -135,8 +135,8 @@
                                 <configuration>
                                     <artifactItems>
                                         <artifactItem>
-                                            <groupId>javax.xml.soap</groupId>
-                                            <artifactId>javax.xml.soap-api</artifactId>
+                                            <groupId>jakarta.xml.soap</groupId>
+                                            <artifactId>jakarta.xml.soap-api</artifactId>
                                             <classifier>sources</classifier>
                                         </artifactItem>
                                         <artifactItem>
@@ -150,7 +150,7 @@
                             </execution>
                         </executions>
                     </plugin>
-
+                    <!-- temp disabled
                     <plugin>
                         <groupId>org.apache.maven.plugins</groupId>
                         <artifactId>maven-javadoc-plugin</artifactId>
@@ -169,6 +169,7 @@
                             <sourcepath>${project.build.directory}/sources</sourcepath>
                         </configuration>
                     </plugin>
+                    -->
                 </plugins>
             </build>
         </profile>