[ https://jira.codehaus.org/browse/MCHANGES-305?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=323031#comment-323031 ]
Olivier Lamy edited comment on MCHANGES-305 at 1/14/15 10:41 PM: ----------------------------------------------------------------- doesn't build anymore with your patch: {code} INFO] ------------------------------------------------------------- [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] /Users/olamy/dev/sources/maven/maven-plugins/maven-changes-plugin/src/main/java/org/apache/maven/plugin/announcement/AnnouncementMojo.java:[792,17] cannot find symbol symbol : constructor GitHubDownloader(org.apache.maven.project.MavenProject,java.lang.String,int,boolean,boolean) location: class org.apache.maven.plugin.github.GitHubDownloader {code} I would prefer to be backward compat for GitHubDownloader (and that will fix this issue :-) ). BTW in case of github enterprise you don't set credentials ? was (Author: olamy): doesn't build anymore with your patch: {code} INFO] ------------------------------------------------------------- [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] /Users/olamy/dev/sources/maven/maven-plugins/maven-changes-plugin/src/main/java/org/apache/maven/plugin/announcement/AnnouncementMojo.java:[792,17] cannot find symbol symbol : constructor GitHubDownloader(org.apache.maven.project.MavenProject,java.lang.String,int,boolean,boolean) location: class org.apache.maven.plugin.github.GitHubDownloader {code} I would prefer to prefer backward compat for GitHubDownloader (and that will fix this issue :-) ). BTW in case of github enterprise you don't set credentials ? > Provide support for private Github repos > ---------------------------------------- > > Key: MCHANGES-305 > URL: https://jira.codehaus.org/browse/MCHANGES-305 > Project: Maven Changes Plugin > Issue Type: Improvement > Components: github > Reporter: Erik Billerby > Attachments: github-credentials.diff, > github-credentials-server.patch, github-credentials-update.patch > > > The egit-github client provides support for both basic authentication and > oauth. It should be pretty easy to implement in the github issue downloader. -- This message was sent by Atlassian JIRA (v6.1.6#6162)