[jira] [Commented] (HADOOP-10225) Publish Maven javadoc and sources artifacts with Hadoop releases.

2017-09-28 Thread Hadoop QA (JIRA)

[ 
https://issues.apache.org/jira/browse/HADOOP-10225?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16184902#comment-16184902
 ] 

Hadoop QA commented on HADOOP-10225:


| (x) *{color:red}-1 overall{color}* |
\\
\\
|| Vote || Subsystem || Runtime || Comment ||
| {color:blue}0{color} | {color:blue} reexec {color} | {color:blue}  0m  
0s{color} | {color:blue} Docker mode activated. {color} |
| {color:red}-1{color} | {color:red} patch {color} | {color:red}  0m  5s{color} 
| {color:red} HADOOP-10225 does not apply to trunk. Rebase required? Wrong 
Branch? See https://wiki.apache.org/hadoop/HowToContribute for help. {color} |
\\
\\
|| Subsystem || Report/Notes ||
| JIRA Issue | HADOOP-10225 |
| GITHUB PR | https://github.com/apache/hadoop/pull/137 |
| Console output | 
https://builds.apache.org/job/PreCommit-HADOOP-Build/13403/console |
| Powered by | Apache Yetus 0.6.0-SNAPSHOT   http://yetus.apache.org |


This message was automatically generated.



> Publish Maven javadoc and sources artifacts with Hadoop releases.
> -
>
> Key: HADOOP-10225
> URL: https://issues.apache.org/jira/browse/HADOOP-10225
> Project: Hadoop Common
>  Issue Type: Improvement
>  Components: build, documentation
>Affects Versions: 3.0.0-alpha1
>Reporter: Lewis John McGibbney
>Assignee: Lewis John McGibbney
>  Labels: hadoop, javadoc, maven, sources
> Attachments: HADOOP-10225.patch
>
>
> Right now Maven javadoc and sources artifacts do not accompany Hadoop 
> releases within Maven central. This means that one needs to checkout source 
> code to DEBUG aspects of the codebase... this is not user friendly.
> The build script(s) should be amended to accommodate publication of javadoc 
> and sources artifacts alongside pom and jar artifacts. 
> Some history on this conversation can be seen below
> http://s.apache.org/7qR



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[jira] [Commented] (HADOOP-10225) Publish Maven javadoc and sources artifacts with Hadoop releases.

2017-07-16 Thread Hadoop QA (JIRA)

[ 
https://issues.apache.org/jira/browse/HADOOP-10225?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16089027#comment-16089027
 ] 

Hadoop QA commented on HADOOP-10225:


| (x) *{color:red}-1 overall{color}* |
\\
\\
|| Vote || Subsystem || Runtime || Comment ||
| {color:blue}0{color} | {color:blue} reexec {color} | {color:blue}  0m  
0s{color} | {color:blue} Docker mode activated. {color} |
| {color:red}-1{color} | {color:red} patch {color} | {color:red}  0m  5s{color} 
| {color:red} HADOOP-10225 does not apply to trunk. Rebase required? Wrong 
Branch? See https://wiki.apache.org/hadoop/HowToContribute for help. {color} |
\\
\\
|| Subsystem || Report/Notes ||
| JIRA Issue | HADOOP-10225 |
| GITHUB PR | https://github.com/apache/hadoop/pull/137 |
| Console output | 
https://builds.apache.org/job/PreCommit-HADOOP-Build/12796/console |
| Powered by | Apache Yetus 0.6.0-SNAPSHOT   http://yetus.apache.org |


This message was automatically generated.



> Publish Maven javadoc and sources artifacts with Hadoop releases.
> -
>
> Key: HADOOP-10225
> URL: https://issues.apache.org/jira/browse/HADOOP-10225
> Project: Hadoop Common
>  Issue Type: Improvement
>  Components: build, documentation
>Affects Versions: 3.0.0-alpha1
>Reporter: Lewis John McGibbney
>Assignee: Lewis John McGibbney
>  Labels: hadoop, javadoc, maven, sources
> Attachments: HADOOP-10225.patch
>
>
> Right now Maven javadoc and sources artifacts do not accompany Hadoop 
> releases within Maven central. This means that one needs to checkout source 
> code to DEBUG aspects of the codebase... this is not user friendly.
> The build script(s) should be amended to accommodate publication of javadoc 
> and sources artifacts alongside pom and jar artifacts. 
> Some history on this conversation can be seen below
> http://s.apache.org/7qR



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[jira] [Commented] (HADOOP-10225) Publish Maven javadoc and sources artifacts with Hadoop releases.

2016-10-13 Thread Andrew Wang (JIRA)

[ 
https://issues.apache.org/jira/browse/HADOOP-10225?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15573673#comment-15573673
 ] 

Andrew Wang commented on HADOOP-10225:
--

Hi Lewis, thanks for working on this. As I said in an earlier comment, I was 
hoping to get this working without pulling in the release plugin. Since the 
current release script and instructions deploy everything except the javadoc 
jar, I think some smaller patch will also get the javadoc deployed.

> Publish Maven javadoc and sources artifacts with Hadoop releases.
> -
>
> Key: HADOOP-10225
> URL: https://issues.apache.org/jira/browse/HADOOP-10225
> Project: Hadoop Common
>  Issue Type: Improvement
>  Components: build, documentation
>Affects Versions: 3.0.0-alpha1
>Reporter: Lewis John McGibbney
>Assignee: Lewis John McGibbney
>  Labels: hadoop, javadoc, maven, sources
> Attachments: HADOOP-10225.patch
>
>
> Right now Maven javadoc and sources artifacts do not accompany Hadoop 
> releases within Maven central. This means that one needs to checkout source 
> code to DEBUG aspects of the codebase... this is not user friendly.
> The build script(s) should be amended to accommodate publication of javadoc 
> and sources artifacts alongside pom and jar artifacts. 
> Some history on this conversation can be seen below
> http://s.apache.org/7qR



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[jira] [Commented] (HADOOP-10225) Publish Maven javadoc and sources artifacts with Hadoop releases.

2016-10-10 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/HADOOP-10225?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15563324#comment-15563324
 ] 

ASF GitHub Bot commented on HADOOP-10225:
-

Github user lewismc commented on the issue:

https://github.com/apache/hadoop/pull/137
  
Just squashed all the commits so it is much cleaner.


> Publish Maven javadoc and sources artifacts with Hadoop releases.
> -
>
> Key: HADOOP-10225
> URL: https://issues.apache.org/jira/browse/HADOOP-10225
> Project: Hadoop Common
>  Issue Type: Improvement
>  Components: build, documentation
>Affects Versions: 3.0.0-alpha1
>Reporter: Lewis John McGibbney
>Assignee: Lewis John McGibbney
>  Labels: hadoop, javadoc, maven, sources
> Attachments: HADOOP-10225.patch
>
>
> Right now Maven javadoc and sources artifacts do not accompany Hadoop 
> releases within Maven central. This means that one needs to checkout source 
> code to DEBUG aspects of the codebase... this is not user friendly.
> The build script(s) should be amended to accommodate publication of javadoc 
> and sources artifacts alongside pom and jar artifacts. 
> Some history on this conversation can be seen below
> http://s.apache.org/7qR



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[jira] [Commented] (HADOOP-10225) Publish Maven javadoc and sources artifacts with Hadoop releases.

2016-10-10 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/HADOOP-10225?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15563311#comment-15563311
 ] 

ASF GitHub Bot commented on HADOOP-10225:
-

Github user lewismc commented on the issue:

https://github.com/apache/hadoop/pull/137
  
@umbrant CC


> Publish Maven javadoc and sources artifacts with Hadoop releases.
> -
>
> Key: HADOOP-10225
> URL: https://issues.apache.org/jira/browse/HADOOP-10225
> Project: Hadoop Common
>  Issue Type: Improvement
>  Components: build, documentation
>Affects Versions: 3.0.0-alpha1
>Reporter: Lewis John McGibbney
>Assignee: Lewis John McGibbney
>  Labels: hadoop, javadoc, maven, sources
> Attachments: HADOOP-10225.patch
>
>
> Right now Maven javadoc and sources artifacts do not accompany Hadoop 
> releases within Maven central. This means that one needs to checkout source 
> code to DEBUG aspects of the codebase... this is not user friendly.
> The build script(s) should be amended to accommodate publication of javadoc 
> and sources artifacts alongside pom and jar artifacts. 
> Some history on this conversation can be seen below
> http://s.apache.org/7qR



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[jira] [Commented] (HADOOP-10225) Publish Maven javadoc and sources artifacts with Hadoop releases.

2016-10-10 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/HADOOP-10225?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15563310#comment-15563310
 ] 

ASF GitHub Bot commented on HADOOP-10225:
-

GitHub user lewismc opened a pull request:

https://github.com/apache/hadoop/pull/137

HADOOP-10225

Hi Folks,
This PR is an attempt to address 
https://issues.apache.org/jira/browse/HADOOP-10225.
The patch can be tested by running
```
mvn release:clean release:prepare -DautoVersionSubmodules=true -DdryRun=true
```
Please let me know once it has been tested and I can squash commits into 
one.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/lewismc/hadoop HADOOP-10225

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/hadoop/pull/137.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #137


commit 66c8970c1bf85cd273680a8518278183937ae1f8
Author: Lewis John McGibbney 
Date:   2016-10-10T18:24:51Z

HADOOP-10225 Publish Maven javadoc and sources artifacts with Hadoop 
releases.

commit 239a155445b06e36f513c62e9639ebe9b75e57c1
Author: Lewis John McGibbney 
Date:   2016-10-10T18:35:00Z

HADOOP-10225 Publish Maven javadoc and sources artifacts with Hadoop 
releases.

commit 6ff407a3c2177a0cd49c8127e3dc5856e9bf7969
Author: Lewis John McGibbney 
Date:   2016-10-10T18:39:12Z

HADOOP-10225 Publish Maven javadoc and sources artifacts with Hadoop 
releases.

commit 793e3bcaa2ae53a89727abdd1b27ad12f5b83e25
Author: Lewis John McGibbney 
Date:   2016-10-10T18:40:18Z

HADOOP-10225 Publish Maven javadoc and sources artifacts with Hadoop 
releases.

commit fa1c8fe97b7984eaa9e31d585302d0bbd9ae76c1
Author: Lewis John McGibbney 
Date:   2016-10-10T18:45:10Z

HADOOP-10225 Publish Maven javadoc and sources artifacts with Hadoop 
releases.

commit 116c0e9f5e226d91ad6c454e6440d4531f475ed1
Author: Lewis John McGibbney 
Date:   2016-10-10T18:47:11Z

HADOOP-10225 Publish Maven javadoc and sources artifacts with Hadoop 
releases.

commit 5b61fe48c873c09534741d0651f9d50a5fce8282
Author: Lewis John McGibbney 
Date:   2016-10-10T19:36:29Z

HADOOP-10225 Publish Maven javadoc and sources artifacts with Hadoop 
releases.

commit 8861e0c7998806dcb25ddd35292fc2ea62bce866
Author: Lewis John McGibbney 
Date:   2016-10-10T19:38:30Z

HADOOP-10225 Publish Maven javadoc and sources artifacts with Hadoop 
releases.

commit 266c349edd4ba7e1cf5260037514d73f376f1ffe
Author: Lewis John McGibbney 
Date:   2016-10-10T19:42:16Z

HADOOP-10225 Publish Maven javadoc and sources artifacts with Hadoop 
releases.

commit 70108252fa3c683cd050ccd1d32bc4d59a453d21
Author: Lewis John McGibbney 
Date:   2016-10-10T19:44:46Z

HADOOP-10225 Publish Maven javadoc and sources artifacts with Hadoop 
releases.

commit 9aef393538496c935a62564ee3677101be06c32e
Author: Lewis John McGibbney 
Date:   2016-10-10T19:49:48Z

HADOOP-10225 Publish Maven javadoc and sources artifacts with Hadoop 
releases.

commit 03fc979b9d93d9b0100c9e5c90218284de3cbaae
Author: Lewis John McGibbney 
Date:   2016-10-10T19:51:57Z

HADOOP-10225 Publish Maven javadoc and sources artifacts with Hadoop 
releases.

commit 9f031f063ccf50cbd2cdc6fc77fec3b631170c07
Author: Lewis John McGibbney 
Date:   2016-10-10T19:53:30Z

HADOOP-10225 Publish Maven javadoc and sources artifacts with Hadoop 
releases.




> Publish Maven javadoc and sources artifacts with Hadoop releases.
> -
>
> Key: HADOOP-10225
> URL: https://issues.apache.org/jira/browse/HADOOP-10225
> Project: Hadoop Common
>  Issue Type: Improvement
>  Components: build, documentation
>Affects Versions: 3.0.0-alpha1
>Reporter: Lewis John McGibbney
>Assignee: Lewis John McGibbney
>  Labels: hadoop, javadoc, maven, sources
> Attachments: HADOOP-10225.patch
>
>
> Right now Maven javadoc and sources artifacts do not accompany Hadoop 
> releases within Maven central. This means that one needs to checkout source 
> code to DEBUG aspects of the codebase... this is not user friendly.
> The build script(s) should be amended to accommodate publication of javadoc 
> and sources artifacts alongside pom and jar artifacts. 
> Some history on this conversation can be seen below
> http://s.apache.org/7qR



--
This 

[jira] [Commented] (HADOOP-10225) Publish Maven javadoc and sources artifacts with Hadoop releases.

2016-10-06 Thread Andrew Wang (JIRA)

[ 
https://issues.apache.org/jira/browse/HADOOP-10225?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15551189#comment-15551189
 ] 

Andrew Wang commented on HADOOP-10225:
--

I think these two pages should explain things in great detail:

https://wiki.apache.org/hadoop/HowToContribute
https://wiki.apache.org/hadoop/HowToCommit

tl;dr though is that if you assign the JIRA to yourself, post a patch, and 
click the "Submit patch" button, it'll run precommit and I'll review it.

As a little pre-patch review, I'm hoping we can do some minimal change so the 
"mvn deploy" also picks up the javadoc jar. I see your original patch uses the 
maven-release-plugin, which is a bigger change.

> Publish Maven javadoc and sources artifacts with Hadoop releases.
> -
>
> Key: HADOOP-10225
> URL: https://issues.apache.org/jira/browse/HADOOP-10225
> Project: Hadoop Common
>  Issue Type: Improvement
>  Components: build, documentation
>Affects Versions: 3.0.0-alpha1
>Reporter: Lewis John McGibbney
>  Labels: hadoop, javadoc, maven, sources
> Attachments: HADOOP-10225.patch
>
>
> Right now Maven javadoc and sources artifacts do not accompany Hadoop 
> releases within Maven central. This means that one needs to checkout source 
> code to DEBUG aspects of the codebase... this is not user friendly.
> The build script(s) should be amended to accommodate publication of javadoc 
> and sources artifacts alongside pom and jar artifacts. 
> Some history on this conversation can be seen below
> http://s.apache.org/7qR



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[jira] [Commented] (HADOOP-10225) Publish Maven javadoc and sources artifacts with Hadoop releases.

2016-10-06 Thread Lewis John McGibbney (JIRA)

[ 
https://issues.apache.org/jira/browse/HADOOP-10225?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15551180#comment-15551180
 ] 

Lewis John McGibbney commented on HADOOP-10225:
---

cool, I'll have a crack tomorrow afternoon. Can you remind me of the committer 
workflow again.. it's been a while since I submitted a patch and I don't want 
to waste anyone's time. Thanks.

> Publish Maven javadoc and sources artifacts with Hadoop releases.
> -
>
> Key: HADOOP-10225
> URL: https://issues.apache.org/jira/browse/HADOOP-10225
> Project: Hadoop Common
>  Issue Type: Improvement
>  Components: build, documentation
>Affects Versions: 3.0.0-alpha1
>Reporter: Lewis John McGibbney
>  Labels: hadoop, javadoc, maven, sources
> Attachments: HADOOP-10225.patch
>
>
> Right now Maven javadoc and sources artifacts do not accompany Hadoop 
> releases within Maven central. This means that one needs to checkout source 
> code to DEBUG aspects of the codebase... this is not user friendly.
> The build script(s) should be amended to accommodate publication of javadoc 
> and sources artifacts alongside pom and jar artifacts. 
> Some history on this conversation can be seen below
> http://s.apache.org/7qR



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[jira] [Commented] (HADOOP-10225) Publish Maven javadoc and sources artifacts with Hadoop releases.

2016-10-06 Thread Lewis John McGibbney (JIRA)

[ 
https://issues.apache.org/jira/browse/HADOOP-10225?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15551181#comment-15551181
 ] 

Lewis John McGibbney commented on HADOOP-10225:
---

cool, I'll have a crack tomorrow afternoon. Can you remind me of the committer 
workflow again.. it's been a while since I submitted a patch and I don't want 
to waste anyone's time. Thanks.

> Publish Maven javadoc and sources artifacts with Hadoop releases.
> -
>
> Key: HADOOP-10225
> URL: https://issues.apache.org/jira/browse/HADOOP-10225
> Project: Hadoop Common
>  Issue Type: Improvement
>  Components: build, documentation
>Affects Versions: 3.0.0-alpha1
>Reporter: Lewis John McGibbney
>  Labels: hadoop, javadoc, maven, sources
> Attachments: HADOOP-10225.patch
>
>
> Right now Maven javadoc and sources artifacts do not accompany Hadoop 
> releases within Maven central. This means that one needs to checkout source 
> code to DEBUG aspects of the codebase... this is not user friendly.
> The build script(s) should be amended to accommodate publication of javadoc 
> and sources artifacts alongside pom and jar artifacts. 
> Some history on this conversation can be seen below
> http://s.apache.org/7qR



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[jira] [Commented] (HADOOP-10225) Publish Maven javadoc and sources artifacts with Hadoop releases.

2016-10-06 Thread Andrew Wang (JIRA)

[ 
https://issues.apache.org/jira/browse/HADOOP-10225?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15551158#comment-15551158
 ] 

Andrew Wang commented on HADOOP-10225:
--

Hey Lewis, if you're game, I'd definitely welcome the help.

trunk has a new release script at {{dev-support/bin/createrelease}} and 
instructions at http://wiki.apache.org/hadoop/HowToRelease . I'm fairly certain 
I followed these instructions accurately, but for whatever reason the "mvn 
deploy" step didn't upload the javadoc jars.

> Publish Maven javadoc and sources artifacts with Hadoop releases.
> -
>
> Key: HADOOP-10225
> URL: https://issues.apache.org/jira/browse/HADOOP-10225
> Project: Hadoop Common
>  Issue Type: Improvement
>  Components: build, documentation
>Affects Versions: 3.0.0-alpha1
>Reporter: Lewis John McGibbney
>  Labels: hadoop, javadoc, maven, sources
> Attachments: HADOOP-10225.patch
>
>
> Right now Maven javadoc and sources artifacts do not accompany Hadoop 
> releases within Maven central. This means that one needs to checkout source 
> code to DEBUG aspects of the codebase... this is not user friendly.
> The build script(s) should be amended to accommodate publication of javadoc 
> and sources artifacts alongside pom and jar artifacts. 
> Some history on this conversation can be seen below
> http://s.apache.org/7qR



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[jira] [Commented] (HADOOP-10225) Publish Maven javadoc and sources artifacts with Hadoop releases.

2016-10-06 Thread Lewis John McGibbney (JIRA)

[ 
https://issues.apache.org/jira/browse/HADOOP-10225?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15551147#comment-15551147
 ] 

Lewis John McGibbney commented on HADOOP-10225:
---

Hi [~andrew.wang] wow this is a blast from the past :)
Are you planning on a putting a ptch together for 3.0.0-alpha1 or do you want 
me to do it?

> Publish Maven javadoc and sources artifacts with Hadoop releases.
> -
>
> Key: HADOOP-10225
> URL: https://issues.apache.org/jira/browse/HADOOP-10225
> Project: Hadoop Common
>  Issue Type: Improvement
>  Components: build, documentation
>Affects Versions: 3.0.0-alpha1
>Reporter: Lewis John McGibbney
>  Labels: hadoop, javadoc, maven, sources
> Attachments: HADOOP-10225.patch
>
>
> Right now Maven javadoc and sources artifacts do not accompany Hadoop 
> releases within Maven central. This means that one needs to checkout source 
> code to DEBUG aspects of the codebase... this is not user friendly.
> The build script(s) should be amended to accommodate publication of javadoc 
> and sources artifacts alongside pom and jar artifacts. 
> Some history on this conversation can be seen below
> http://s.apache.org/7qR



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[jira] [Commented] (HADOOP-10225) Publish Maven javadoc and sources artifacts with Hadoop releases.

2016-10-06 Thread Andrew Wang (JIRA)

[ 
https://issues.apache.org/jira/browse/HADOOP-10225?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15551053#comment-15551053
 ] 

Andrew Wang commented on HADOOP-10225:
--

I checked on Maven central, and it looks like the 2.x release pretty much have 
javadoc and source artifacts:

http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.apache.hadoop%22%20AND%20a%3A%22hadoop-hdfs%22

We're missing javadoc for 3.0.0-alpha1 though, so let's update the 
affects/targets accordingly.

> Publish Maven javadoc and sources artifacts with Hadoop releases.
> -
>
> Key: HADOOP-10225
> URL: https://issues.apache.org/jira/browse/HADOOP-10225
> Project: Hadoop Common
>  Issue Type: Improvement
>  Components: build, documentation
>Affects Versions: 3.0.0-alpha1
>Reporter: Lewis John McGibbney
>  Labels: hadoop, javadoc, maven, sources
> Attachments: HADOOP-10225.patch
>
>
> Right now Maven javadoc and sources artifacts do not accompany Hadoop 
> releases within Maven central. This means that one needs to checkout source 
> code to DEBUG aspects of the codebase... this is not user friendly.
> The build script(s) should be amended to accommodate publication of javadoc 
> and sources artifacts alongside pom and jar artifacts. 
> Some history on this conversation can be seen below
> http://s.apache.org/7qR



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[jira] [Commented] (HADOOP-10225) Publish Maven javadoc and sources artifacts with Hadoop releases.

2014-01-12 Thread Lewis John McGibbney (JIRA)

[ 
https://issues.apache.org/jira/browse/HADOOP-10225?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13869051#comment-13869051
 ] 

Lewis John McGibbney commented on HADOOP-10225:
---

Can someone please mark 'fix versions' box and i will produce patches for all 
branches this concerns?
Thanks in advance
Lewis

 Publish Maven javadoc and sources artifacts with Hadoop releases.
 -

 Key: HADOOP-10225
 URL: https://issues.apache.org/jira/browse/HADOOP-10225
 Project: Hadoop Common
  Issue Type: Improvement
  Components: build
Reporter: Lewis John McGibbney

 Right now Maven javadoc and sources artifacts do not accompany Hadoop 
 releases within Maven central. This means that one needs to checkout source 
 code to DEBUG aspects of the codebase... this is not user friendly.
 The build script(s) should be amended to accommodate publication of javadoc 
 and sources artifacts alongside pom and jar artifacts. 
 Some history on this conversation can be seen below
 http://s.apache.org/7qR



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (HADOOP-10225) Publish Maven javadoc and sources artifacts with Hadoop releases.

2014-01-12 Thread Lewis John McGibbney (JIRA)

[ 
https://issues.apache.org/jira/browse/HADOOP-10225?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13869078#comment-13869078
 ] 

Lewis John McGibbney commented on HADOOP-10225:
---

I am developing a patch for common-trunk however I would like to obtain some 
advice on the following:
The parent pom.xml [0] defines X profiles, namely *src*, *dist*, *sign* and 
*clover*. I am unsure which profile the Hadoop release manager uses for pushing 
releases. Can someone (a release manager or someone familiar with the Maven 
profile(s) used within the release process) please confirm what the process 
actually is?
Once I know this I can edit the Maven workflow and add the correct config.
Thank you  

[0] https://svn.apache.org/repos/asf/hadoop/common/trunk/pom.xml

 Publish Maven javadoc and sources artifacts with Hadoop releases.
 -

 Key: HADOOP-10225
 URL: https://issues.apache.org/jira/browse/HADOOP-10225
 Project: Hadoop Common
  Issue Type: Improvement
  Components: build
Reporter: Lewis John McGibbney

 Right now Maven javadoc and sources artifacts do not accompany Hadoop 
 releases within Maven central. This means that one needs to checkout source 
 code to DEBUG aspects of the codebase... this is not user friendly.
 The build script(s) should be amended to accommodate publication of javadoc 
 and sources artifacts alongside pom and jar artifacts. 
 Some history on this conversation can be seen below
 http://s.apache.org/7qR



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Commented] (HADOOP-10225) Publish Maven javadoc and sources artifacts with Hadoop releases.

2014-01-12 Thread Lewis John McGibbney (JIRA)

[ 
https://issues.apache.org/jira/browse/HADOOP-10225?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13869165#comment-13869165
 ] 

Lewis John McGibbney commented on HADOOP-10225:
---

I would be happy to update documentation to accommodate the new *release* 
profile introduced here. I've asked for write permissions on the common-dev list
http://www.mail-archive.com/common-dev%40hadoop.apache.org/msg11358.html 

 Publish Maven javadoc and sources artifacts with Hadoop releases.
 -

 Key: HADOOP-10225
 URL: https://issues.apache.org/jira/browse/HADOOP-10225
 Project: Hadoop Common
  Issue Type: Improvement
  Components: build
Reporter: Lewis John McGibbney
  Labels: hadoop, javadoc, maven, sources
 Fix For: 3.0.0

 Attachments: HADOOP-10225.patch


 Right now Maven javadoc and sources artifacts do not accompany Hadoop 
 releases within Maven central. This means that one needs to checkout source 
 code to DEBUG aspects of the codebase... this is not user friendly.
 The build script(s) should be amended to accommodate publication of javadoc 
 and sources artifacts alongside pom and jar artifacts. 
 Some history on this conversation can be seen below
 http://s.apache.org/7qR



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)