You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cxf.apache.org by GitBox <gi...@apache.org> on 2018/09/07 09:30:00 UTC

[GitHub] coheigea closed pull request #31: Publish classes for services

coheigea closed pull request #31: Publish classes for services
URL: https://github.com/apache/cxf-fediz/pull/31
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/services/idp/pom.xml b/services/idp/pom.xml
index 4de78355..7cfdfa85 100644
--- a/services/idp/pom.xml
+++ b/services/idp/pom.xml
@@ -125,6 +125,7 @@
                             </excludes>
                         </resource>
                     </webResources>
+                    <attachClasses>true</attachClasses>
                 </configuration>
             </plugin>
             <plugin>
diff --git a/services/oidc/pom.xml b/services/oidc/pom.xml
index 9257ef78..af6fbcfe 100644
--- a/services/oidc/pom.xml
+++ b/services/oidc/pom.xml
@@ -124,6 +124,7 @@
                             </excludes>
                         </resource>
                     </webResources>
+                    <attachClasses>true</attachClasses>
                 </configuration>
             </plugin>
             <plugin>
diff --git a/services/sts/pom.xml b/services/sts/pom.xml
index 0456613c..13062137 100644
--- a/services/sts/pom.xml
+++ b/services/sts/pom.xml
@@ -138,6 +138,7 @@
                             </excludes>
                         </resource>
                     </webResources>
+                    <attachClasses>true</attachClasses>
                 </configuration>
             </plugin>
             <plugin>


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services