|
View:
New views
8 Messages
—
Rating Filter:
Alert me
|
|
|
[m2] Is a new version of the site plugin coming?Is there going to be a new version of the site plugin
soon? The latest on ibiblio is 2.0b4, which is fairly ancient, and is totally out-of-sync with the docs that are at: http://maven.apache.org/plugins/maven-site-plugin/ It's rather more difficult to use Maven when the docs that *do* exist don't reflect practical reality for the end users. It'd also be rather nice if there were changes reports with the plugins, and real per-released-version tags in Subversion so those of us on the outside could figure out what's going on. -- Adam Winer --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@... For additional commands, e-mail: users-help@... |
|
|
Re: [m2] Is a new version of the site plugin coming?Agree...
2006/2/9, Adam Winer <adam.winer@...>: > Is there going to be a new version of the site plugin > soon? The latest on ibiblio is 2.0b4, which is fairly > ancient, and is totally out-of-sync with the docs > that are at: > http://maven.apache.org/plugins/maven-site-plugin/ > > It's rather more difficult to use Maven when the docs > that *do* exist don't reflect practical reality for the > end users. > > It'd also be rather nice if there were changes reports > with the plugins, and real per-released-version tags in > Subversion so those of us on the outside could figure > out what's going on. > > -- Adam Winer > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@... > For additional commands, e-mail: users-help@... > > -- Guilherme Silveira -------------------------------------------------- guilherme.silveira@... Caelum - Ensino e Solucoes em Java www.caelum.com.br --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@... For additional commands, e-mail: users-help@... |
|
|
Re: [m2] Is a new version of the site plugin coming?The release is coming this month.
- Brett On 2/10/06, Guilherme Silveira <guilherme.silveira@...> wrote: > Agree... > > 2006/2/9, Adam Winer <adam.winer@...>: > > Is there going to be a new version of the site plugin > > soon? The latest on ibiblio is 2.0b4, which is fairly > > ancient, and is totally out-of-sync with the docs > > that are at: > > http://maven.apache.org/plugins/maven-site-plugin/ > > > > It's rather more difficult to use Maven when the docs > > that *do* exist don't reflect practical reality for the > > end users. > > > > It'd also be rather nice if there were changes reports > > with the plugins, and real per-released-version tags in > > Subversion so those of us on the outside could figure > > out what's going on. > > > > -- Adam Winer > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: users-unsubscribe@... > > For additional commands, e-mail: users-help@... > > > > > > > -- > Guilherme Silveira > -------------------------------------------------- > guilherme.silveira@... > Caelum - Ensino e Solucoes em Java > www.caelum.com.br > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@... > For additional commands, e-mail: users-help@... > > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@... For additional commands, e-mail: users-help@... |
|
|
Re: [m2] Is a new version of the site plugin coming?I asked this question just a few days too, check "multiproject/module
site ETA". They have made some really useful changes for multiprojects. If you're impatient (like me), check the docs on using snapshot plugins and use a snapshot. Adam Winer wrote: > Is there going to be a new version of the site plugin > soon? The latest on ibiblio is 2.0b4, which is fairly > ancient, and is totally out-of-sync with the docs > that are at: > http://maven.apache.org/plugins/maven-site-plugin/ > > It's rather more difficult to use Maven when the docs > that *do* exist don't reflect practical reality for the > end users. > > It'd also be rather nice if there were changes reports > with the plugins, and real per-released-version tags in > Subversion so those of us on the outside could figure > out what's going on. > > -- Adam Winer -- With kind regards, Geoffrey De Smet --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@... For additional commands, e-mail: users-help@... |
|
|
Re: [m2] Is a new version of the site plugin coming?On Feb 10, 2006, at 9:01, Geoffrey De Smet wrote: > I asked this question just a few days too, check "multiproject/ > module site ETA". > They have made some really useful changes for multiprojects. > > If you're impatient (like me), check the docs on using snapshot > plugins and use a snapshot. Hi Geoffrey, long time no see. So did you just add the configuration for the snapshot plugin repository then? Trouble is, I did not explicitly put versions on all of my plugin dependencies. As a result, putting in the snapshot repo gives me snapshots for all plugins. How did you do it? Add explicit versions on the other plugin dependencies? --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@... For additional commands, e-mail: users-help@... |
|
|
Re: [m2] Is a new version of the site plugin coming?Hi Kristof,
Indeed, long time no see :) I use the first method in: http://maven.apache.org/guides/development/guide-testing-development-plugins.html to test it and don't do a -U. But I actually don't commit this, just testing the new site plugin. Once it's released I 'll configure it for real and commit it. I am actually having a NullPointerException on the latest snapshot (I did a clean first): java.lang.NullPointerException at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:82) at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:63) at org.apache.maven.project.DefaultMavenProjectBuilder.findModelFromRepository(DefaultMavenProjectBuilder.java:3 86) at org.apache.maven.project.DefaultMavenProjectBuilder.buildFromRepository(DefaultMavenProjectBuilder.java:351) at org.apache.maven.report.projectinfo.DependenciesReport$DependenciesRenderer.getMavenProjectFromRepository(Dep endenciesReport.java:362) at org.apache.maven.report.projectinfo.DependenciesReport$DependenciesRenderer.renderBody(DependenciesReport.jav a:242) at org.apache.maven.reporting.AbstractMavenReportRenderer.render(AbstractMavenReportRenderer.java:65) at org.apache.maven.report.projectinfo.DependenciesReport.executeReport(DependenciesReport.java:157) at org.apache.maven.reporting.AbstractMavenReport.generate(AbstractMavenReport.java:98) at org.apache.maven.plugins.site.SiteMojo.generateReportsPages(SiteMojo.java:802) at org.apache.maven.plugins.site.SiteMojo.execute(SiteMojo.java:301) at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:415) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:531) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:47 2) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:451) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.jav a:303) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:270) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:139) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:322) at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:115) at org.apache.maven.cli.MavenCli.main(MavenCli.java:249) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315) at org.codehaus.classworlds.Launcher.launch(Launcher.java:255) at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430) at org.codehaus.classworlds.Launcher.main(Launcher.java:375) Kristof Vanbecelaere wrote: > > On Feb 10, 2006, at 9:01, Geoffrey De Smet wrote: > >> I asked this question just a few days too, check "multiproject/module >> site ETA". >> They have made some really useful changes for multiprojects. >> >> If you're impatient (like me), check the docs on using snapshot >> plugins and use a snapshot. > > Hi Geoffrey, > > long time no see. > > So did you just add the configuration for the snapshot plugin repository > then? Trouble is, I did not explicitly put versions on all of my plugin > dependencies. As a result, putting in the snapshot repo gives me > snapshots for all plugins. > > How did you do it? Add explicit versions on the other plugin dependencies? -- With kind regards, Geoffrey De Smet --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@... For additional commands, e-mail: users-help@... |
|
|
Re: [m2] Is a new version of the site plugin coming?I am actually having that nullpointer with the latest release too...
It's probably because my remote repo has some jars without poms. I sometimes get these messages: Downloading: http://<server>/m2/repository/nachocalendar/nachocalendar/0.23b1/nachocalendar-0.23b1.pom [WARNING] Unable to get resource from repository myServeRepository (http://<server>/m2/repository) Downloading: http://repo1.maven.org/maven2/nachocalendar/nachocalendar/0.23b1/nachocalendar-0.23b1.pom [WARNING] Unable to get resource from repository central (http://repo1.maven.org/maven2) Geoffrey De Smet wrote: > Hi Kristof, > > Indeed, long time no see :) > > I use the first method in: > http://maven.apache.org/guides/development/guide-testing-development-plugins.html > > to test it and don't do a -U. > But I actually don't commit this, just testing the new site plugin. > Once it's released I 'll configure it for real and commit it. > > I am actually having a NullPointerException on the latest snapshot (I > did a clean first): > > java.lang.NullPointerException > at > org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:82) > > at > org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:63) > > at > org.apache.maven.project.DefaultMavenProjectBuilder.findModelFromRepository(DefaultMavenProjectBuilder.java:3 > > 86) > at > org.apache.maven.project.DefaultMavenProjectBuilder.buildFromRepository(DefaultMavenProjectBuilder.java:351) > > at > org.apache.maven.report.projectinfo.DependenciesReport$DependenciesRenderer.getMavenProjectFromRepository(Dep > > endenciesReport.java:362) > at > org.apache.maven.report.projectinfo.DependenciesReport$DependenciesRenderer.renderBody(DependenciesReport.jav > > a:242) > at > org.apache.maven.reporting.AbstractMavenReportRenderer.render(AbstractMavenReportRenderer.java:65) > > at > org.apache.maven.report.projectinfo.DependenciesReport.executeReport(DependenciesReport.java:157) > > at > org.apache.maven.reporting.AbstractMavenReport.generate(AbstractMavenReport.java:98) > > at > org.apache.maven.plugins.site.SiteMojo.generateReportsPages(SiteMojo.java:802) > > at > org.apache.maven.plugins.site.SiteMojo.execute(SiteMojo.java:301) > at > org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:415) > > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:531) > > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:47 > > 2) > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:451) > > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.jav > > a:303) > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:270) > > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:139) > > at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:322) > at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:115) > at org.apache.maven.cli.MavenCli.main(MavenCli.java:249) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > > at java.lang.reflect.Method.invoke(Method.java:585) > at > org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315) > at org.codehaus.classworlds.Launcher.launch(Launcher.java:255) > at > org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430) > at org.codehaus.classworlds.Launcher.main(Launcher.java:375) > > > Kristof Vanbecelaere wrote: >> >> On Feb 10, 2006, at 9:01, Geoffrey De Smet wrote: >> >>> I asked this question just a few days too, check "multiproject/module >>> site ETA". >>> They have made some really useful changes for multiprojects. >>> >>> If you're impatient (like me), check the docs on using snapshot >>> plugins and use a snapshot. >> >> Hi Geoffrey, >> >> long time no see. >> >> So did you just add the configuration for the snapshot plugin >> repository then? Trouble is, I did not explicitly put versions on all >> of my plugin dependencies. As a result, putting in the snapshot repo >> gives me snapshots for all plugins. >> >> How did you do it? Add explicit versions on the other plugin >> dependencies? > -- With kind regards, Geoffrey De Smet --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@... For additional commands, e-mail: users-help@... |
|
|
Re: [m2] Is a new version of the site plugin coming?That's in the project-info-reports plugin, and is fixed in SVN I believe.
- Brett On 2/10/06, Geoffrey De Smet <ge0ffrey.spam@...> wrote: > Hi Kristof, > > Indeed, long time no see :) > > I use the first method in: > http://maven.apache.org/guides/development/guide-testing-development-plugins.html > to test it and don't do a -U. > But I actually don't commit this, just testing the new site plugin. > Once it's released I 'll configure it for real and commit it. > > I am actually having a NullPointerException on the latest snapshot (I > did a clean first): > > java.lang.NullPointerException > at > org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:82) > at > org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:63) > at > org.apache.maven.project.DefaultMavenProjectBuilder.findModelFromRepository(DefaultMavenProjectBuilder.java:3 > 86) > at > org.apache.maven.project.DefaultMavenProjectBuilder.buildFromRepository(DefaultMavenProjectBuilder.java:351) > at > org.apache.maven.report.projectinfo.DependenciesReport$DependenciesRenderer.getMavenProjectFromRepository(Dep > endenciesReport.java:362) > at > org.apache.maven.report.projectinfo.DependenciesReport$DependenciesRenderer.renderBody(DependenciesReport.jav > a:242) > at > org.apache.maven.reporting.AbstractMavenReportRenderer.render(AbstractMavenReportRenderer.java:65) > at > org.apache.maven.report.projectinfo.DependenciesReport.executeReport(DependenciesReport.java:157) > at > org.apache.maven.reporting.AbstractMavenReport.generate(AbstractMavenReport.java:98) > at > org.apache.maven.plugins.site.SiteMojo.generateReportsPages(SiteMojo.java:802) > at > org.apache.maven.plugins.site.SiteMojo.execute(SiteMojo.java:301) > at > org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:415) > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:531) > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:47 > 2) > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:451) > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.jav > a:303) > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:270) > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:139) > at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:322) > at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:115) > at org.apache.maven.cli.MavenCli.main(MavenCli.java:249) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:585) > at > org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315) > at org.codehaus.classworlds.Launcher.launch(Launcher.java:255) > at > org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430) > at org.codehaus.classworlds.Launcher.main(Launcher.java:375) > > > Kristof Vanbecelaere wrote: > > > > On Feb 10, 2006, at 9:01, Geoffrey De Smet wrote: > > > >> I asked this question just a few days too, check "multiproject/module > >> site ETA". > >> They have made some really useful changes for multiprojects. > >> > >> If you're impatient (like me), check the docs on using snapshot > >> plugins and use a snapshot. > > > > Hi Geoffrey, > > > > long time no see. > > > > So did you just add the configuration for the snapshot plugin repository > > then? Trouble is, I did not explicitly put versions on all of my plugin > > dependencies. As a result, putting in the snapshot repo gives me > > snapshots for all plugins. > > > > How did you do it? Add explicit versions on the other plugin dependencies? > > -- > With kind regards, > Geoffrey De Smet > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@... > For additional commands, e-mail: users-help@... > > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@... For additional commands, e-mail: users-help@... |
| Free embeddable forum powered by Nabble | Forum Help |