[ 
https://issues.apache.org/jira/browse/CAMEL-11257?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16466244#comment-16466244
 ] 

ASF GitHub Bot commented on CAMEL-11257:
----------------------------------------

asfgit closed pull request #2324: [CAMEL-11257] Fixed build issue.
URL: https://github.com/apache/camel/pull/2324
 
 
   

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/components/camel-as2/camel-as2-api/pom.xml 
b/components/camel-as2/camel-as2-api/pom.xml
index de1c893d996..a3bed680eda 100644
--- a/components/camel-as2/camel-as2-api/pom.xml
+++ b/components/camel-as2/camel-as2-api/pom.xml
@@ -90,15 +90,16 @@
                                <executions>
                                        <execution>
                                                <id>add-javadoc</id>
+                                               
<phase>generate-test-resources</phase>
                                                <goals>
                                                        <goal>jar</goal>
                                                </goals>
                                                <configuration>
                                                        <attach>true</attach>
-                                                       <source>1.8</source>
+                                                       
<source>${jdk.version}</source>
                                                        <quiet>true</quiet>
                                                        
<detectOfflineLinks>false</detectOfflineLinks>
-                                                       
<javadocVersion>1.7</javadocVersion>
+                                                       
<javadocVersion>${jdk.version}</javadocVersion>
                                                        
<encoding>UTF-8</encoding>
                                                </configuration>
                                        </execution>


 

----------------------------------------------------------------
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:
[email protected]


> Provide AS2 component to support Business Data Interchange Using HTTP
> ---------------------------------------------------------------------
>
>                 Key: CAMEL-11257
>                 URL: https://issues.apache.org/jira/browse/CAMEL-11257
>             Project: Camel
>          Issue Type: New Feature
>    Affects Versions: 2.19.1
>            Reporter: William Collins
>            Assignee: William Collins
>            Priority: Major
>             Fix For: 2.22.0
>
>
> AS2 Camel component should provide MIME-Based Secure Peer-to-Peer Business 
> Data Interchange Using HTTP as per RFC4120



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to