[jira] [Commented] (KARAF-5649) Add a feature for the manual

2018-03-02 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/KARAF-5649?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16383741#comment-16383741
 ] 

ASF subversion and git services commented on KARAF-5649:


Commit 6e210cde8e6a1f360e82b625a4b0fac658f1b425 in karaf's branch 
refs/heads/master from [~jbonofre]
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=6e210cd ]

Merge pull request #468 from fpapon/KARAF-5649

[KARAF-5649] Add a feature for the manual

> Add a feature for the manual
> 
>
> Key: KARAF-5649
> URL: https://issues.apache.org/jira/browse/KARAF-5649
> Project: Karaf
>  Issue Type: Improvement
>  Components: karaf-documentation
>Affects Versions: 4.2.0.M2
>Reporter: Francois Papon
>Assignee: Jean-Baptiste Onofré
>Priority: Minor
> Fix For: 4.2.0.M2
>
>
> Adding a documentation feature in order to published the generated manual in 
> html with the http service.



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


[jira] [Commented] (KARAF-5649) Add a feature for the manual

2018-03-02 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/KARAF-5649?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16383740#comment-16383740
 ] 

ASF subversion and git services commented on KARAF-5649:


Commit 6e210cde8e6a1f360e82b625a4b0fac658f1b425 in karaf's branch 
refs/heads/master from [~jbonofre]
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=6e210cd ]

Merge pull request #468 from fpapon/KARAF-5649

[KARAF-5649] Add a feature for the manual

> Add a feature for the manual
> 
>
> Key: KARAF-5649
> URL: https://issues.apache.org/jira/browse/KARAF-5649
> Project: Karaf
>  Issue Type: Improvement
>  Components: karaf-documentation
>Affects Versions: 4.2.0.M2
>Reporter: Francois Papon
>Assignee: Jean-Baptiste Onofré
>Priority: Minor
> Fix For: 4.2.0.M2
>
>
> Adding a documentation feature in order to published the generated manual in 
> html with the http service.



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


[jira] [Commented] (KARAF-5649) Add a feature for the manual

2018-03-02 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/KARAF-5649?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16383739#comment-16383739
 ] 

ASF subversion and git services commented on KARAF-5649:


Commit 8d4e9a6189061f917579f5116aa09c4d477c3be7 in karaf's branch 
refs/heads/master from [~fpapon]
[ https://gitbox.apache.org/repos/asf?p=karaf.git;h=8d4e9a6 ]

[KARAF-5649] Add a feature for the manual


> Add a feature for the manual
> 
>
> Key: KARAF-5649
> URL: https://issues.apache.org/jira/browse/KARAF-5649
> Project: Karaf
>  Issue Type: Improvement
>  Components: karaf-documentation
>Affects Versions: 4.2.0.M2
>Reporter: Francois Papon
>Assignee: Jean-Baptiste Onofré
>Priority: Minor
> Fix For: 4.2.0.M2
>
>
> Adding a documentation feature in order to published the generated manual in 
> html with the http service.



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


[jira] [Commented] (KARAF-5649) Add a feature for the manual

2018-03-02 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/KARAF-5649?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16383738#comment-16383738
 ] 

ASF GitHub Bot commented on KARAF-5649:
---

jbonofre closed pull request #468: [KARAF-5649] Add a feature for the manual
URL: https://github.com/apache/karaf/pull/468
 
 
   

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/assemblies/features/standard/src/main/feature/feature.xml 
b/assemblies/features/standard/src/main/feature/feature.xml
index d18fc56f48..9cc7c0af9d 100644
--- a/assemblies/features/standard/src/main/feature/feature.xml
+++ b/assemblies/features/standard/src/main/feature/feature.xml
@@ -1069,6 +1069,11 @@
 
 
 
+
+war
+mvn:org.apache.karaf/manual/${project.version}
+
+
 
 wrap
 aries-blueprint
diff --git a/manual/pom.xml b/manual/pom.xml
index fdcd6bfb56..ab0517d064 100644
--- a/manual/pom.xml
+++ b/manual/pom.xml
@@ -23,7 +23,7 @@
 
manual
Apache Karaf :: Manual
-   pom
+   bundle
 


@@ -238,6 +238,18 @@

${project.build.directory}/generated-docs


+   
+   org.apache.felix
+   maven-bundle-plugin
+   3.3.0
+   
+   
+   
/documentation
+   
*
+   
target/generated-docs
+   
+   
+   


 
diff --git a/pom.xml b/pom.xml
index a840522147..6e421916f1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -71,6 +71,7 @@
 profile
 event
 tooling
+manual
 assemblies
 demos
 archetypes
@@ -1780,7 +1781,7 @@
 false
 clean install
 deploy
--Prelease,deploy,src,manual
+-Prelease,deploy,src
 true
 
 
@@ -2092,12 +2093,6 @@
   true
 
 
-
-manual
-
-manual
-
-
 
 rat
 


 


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:
us...@infra.apache.org


> Add a feature for the manual
> 
>
> Key: KARAF-5649
> URL: https://issues.apache.org/jira/browse/KARAF-5649
> Project: Karaf
>  Issue Type: Improvement
>  Components: karaf-documentation
>Affects Versions: 4.2.0.M2
>Reporter: Francois Papon
>Assignee: Jean-Baptiste Onofré
>Priority: Minor
> Fix For: 4.2.0.M2
>
>
> Adding a documentation feature in order to published the generated manual in 
> html with the http service.



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


[jira] [Commented] (KARAF-5649) Add a feature for the manual

2018-03-02 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/KARAF-5649?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16383482#comment-16383482
 ] 

ASF GitHub Bot commented on KARAF-5649:
---

fpapon opened a new pull request #468: [KARAF-5649] Add a feature for the manual
URL: https://github.com/apache/karaf/pull/468
 
 
   Adding a documentation feature in order to published the generated manual in 
html with the http service.


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:
us...@infra.apache.org


> Add a feature for the manual
> 
>
> Key: KARAF-5649
> URL: https://issues.apache.org/jira/browse/KARAF-5649
> Project: Karaf
>  Issue Type: Improvement
>  Components: karaf-documentation
>Affects Versions: 4.2.0.M2
>Reporter: Francois Papon
>Assignee: Jean-Baptiste Onofré
>Priority: Minor
> Fix For: 4.2.0.M2
>
>
> Adding a documentation feature in order to published the generated manual in 
> html with the http service.



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