Hi,
Thanks for the speedy reply.

It is an html file stating that i should check my proxy settings which are 
defined in the .m2/settings.xml.
I'm trying to reimport it currently as i checked the connection to the 
proxy and it should be fine (otherwise all the other dependencies won't be 
downloaded as well - i guess).


On Friday, June 10, 2016 at 8:01:28 PM UTC+3, Cliff Meyers wrote:
>
> Hi,
>
> I am not 100% sure at the root issue but can you check the contents of the 
> following file?  C:\Users\kazaky\.m2\repository\org\jenkins-ci\
> plugins\plugin\2.2\plugin-2.2.pom
>
> From the parser error the file appears to be an HTML document but should 
> be a fairly long XML file. There may have been an issue downloading that 
> file from the repo. Perhaps the contents will offer a clue.
>
> Also, do you have any special repo config in your ~/.m2/settings.xml file?
>
> -Cliff
>
>
> On Fri, Jun 10, 2016 at 12:30 PM, <[email protected] <javascript:>> wrote:
>
>> concrete errors output with -e -X flags
>>
>> [ERROR] Failed to execute goal 
>> org.jenkins-ci.tools:maven-hpi-plugin:1.117:test-hpl (default-test-hpl) on 
>> project blueocean: Error preparing the manifest: Failed to open artifact 
>> org.jenkins-ci.plugins.workflow:workflow-scm-step:jar:1.15:compile at 
>> C:\Users\kazaky\.m2\repository\org\jenkins-ci\plugins\workflow\workflow-scm-step\1.15\workflow-scm-step-1.15.jar:
>>  
>> 1 problem was encountered while building the effective model for 
>> org.jenkins-ci.plugins.workflow:workflow-scm-step:[unknown-version]
>> [ERROR] [FATAL] Non-parseable POM 
>> C:\Users\kazaky\.m2\repository\org\jenkins-ci\plugins\plugin\2.2\plugin-2.2.pom:
>>  
>> end tag name </head> must be the same as start tag <meta> from line 4 
>> (position: TEXT seen ...</title>\n  </head>... @66:10)  @ 
>> C:\Users\kazaky\.m2\repository\org\jenkins-ci\plugins\plugin\2.2\plugin-2.2.pom,
>>  
>> line 66, column 10
>> [ERROR] for project 
>> org.jenkins-ci.plugins.workflow:workflow-scm-step:[unknown-version] for 
>> project org.jenkins-ci.plugins.workflow:workflow-scm-step:[unknown-version]
>> [ERROR] -> [Help 1]
>> org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute 
>> goal org.jenkins-ci.tools:maven-hpi-plugin:1.117:test-hpl 
>> (default-test-hpl) on project blueocean: Error preparing the manifest: 
>> Failed to open artifact 
>> org.jenkins-ci.plugins.workflow:workflow-scm-step:jar:1.15:compile at 
>> C:\Users\kazaky\.m2\repository\org\jenkins-ci\plugins\workflow\workflow-scm-step\1.15\workflow-scm-step-1.15.jar
>>     at 
>> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212)
>>     at 
>> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
>>     at 
>> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
>>     at 
>> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
>>     at 
>> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
>>     at 
>> org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
>>     at 
>> org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
>>     at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307)
>>     at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
>>     at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
>>     at org.apache.maven.cli.MavenCli.execute(MavenCli.java:863)
>>     at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288)
>>     at org.apache.maven.cli.MavenCli.main(MavenCli.java:199)
>>     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>     at 
>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>>     at 
>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>>     at java.lang.reflect.Method.invoke(Method.java:498)
>>     at 
>> org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
>>     at 
>> org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
>>     at 
>> org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
>>     at 
>> org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
>> Caused by: org.apache.maven.plugin.MojoExecutionException: Error 
>> preparing the manifest: Failed to open artifact 
>> org.jenkins-ci.plugins.workflow:workflow-scm-step:jar:1.15:compile at 
>> C:\Users\kazaky\.m2\repository\org\jenkins-ci\plugins\workflow\workflow-scm-step\1.15\workflow-scm-step-1.15.jar
>>     at org.jenkinsci.maven.plugins.hpi.HplMojo.execute(HplMojo.java:108)
>>     at 
>> org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
>>     at 
>> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
>>     ... 20 more
>> Caused by: org.kohsuke.stapler.framework.io.IOException2: Failed to open 
>> artifact org.jenkins-ci.plugins.workflow:workflow-scm-step:jar:1.15:compile 
>> at 
>> C:\Users\kazaky\.m2\repository\org\jenkins-ci\plugins\workflow\workflow-scm-step\1.15\workflow-scm-step-1.15.jar
>>     at 
>> org.jenkinsci.maven.plugins.hpi.MavenArtifact.getResolvedType(MavenArtifact.java:172)
>>     at 
>> org.jenkinsci.maven.plugins.hpi.MavenArtifact.isPlugin(MavenArtifact.java:55)
>>     at 
>> org.jenkinsci.maven.plugins.hpi.HplMojo.buildLibraries(HplMojo.java:128)
>>     at org.jenkinsci.maven.plugins.hpi.HplMojo.execute(HplMojo.java:96)
>>     ... 22 more
>> Caused by: org.apache.maven.project.InvalidProjectModelException: 1 
>> problem was encountered while building the effective model for 
>> org.jenkins-ci.plugins.workflow:workflow-scm-step:[unknown-version]
>> [FATAL] Non-parseable POM 
>> C:\Users\kazaky\.m2\repository\org\jenkins-ci\plugins\plugin\2.2\plugin-2.2.pom:
>>  
>> end tag name </head> must be the same as start tag <meta> from line 4 
>> (position: TEXT seen ...</title>\n  </head>... @66:10)  @ 
>> C:\Users\kazaky\.m2\repository\org\jenkins-ci\plugins\plugin\2.2\plugin-2.2.pom,
>>  
>> line 66, column 10
>>  for project 
>> org.jenkins-ci.plugins.workflow:workflow-scm-step:[unknown-version] for 
>> project org.jenkins-ci.plugins.workflow:workflow-scm-step:[unknown-version]
>>     at 
>> org.apache.maven.project.DefaultMavenProjectBuilder.transformError(DefaultMavenProjectBuilder.java:193)
>>     at 
>> org.apache.maven.project.DefaultMavenProjectBuilder.buildFromRepository(DefaultMavenProjectBuilder.java:240)
>>     at 
>> org.apache.maven.project.DefaultMavenProjectBuilder.buildFromRepository(DefaultMavenProjectBuilder.java:251)
>>     at 
>> org.apache.maven.project.DefaultMavenProjectBuilder.buildFromRepository(DefaultMavenProjectBuilder.java:258)
>>     at 
>> org.jenkinsci.maven.plugins.hpi.MavenArtifact.resolvePom(MavenArtifact.java:48)
>>     at 
>> org.jenkinsci.maven.plugins.hpi.MavenArtifact.getResolvedType(MavenArtifact.java:170)
>>     ... 25 more
>> [ERROR] 
>>
>> On Friday, June 10, 2016 at 6:44:30 PM UTC+3, [email protected] wrote:
>>>
>>> Hi,
>>> tried to compile the project to start testing related plugins on the 
>>> project ui.
>>> related tool versions:
>>>
>>>    1. maven 3.3.9
>>>    2. jenkins 2.8 (latest release) - tried also with stable lts 1.651.2 
>>>    (same problems).
>>>
>>> attaching the build log after several retries, I read the past thread on 
>>> win 7 issues but it seems as a different problem.
>>>
>>>
>>>
>>> Thanks ahead,
>>>
>>> Yafim.
>>>
>>>
>>>
>>>
>>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "Jenkins Developers" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to [email protected] <javascript:>.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/jenkinsci-dev/91ffba03-cce6-4c05-afc7-807fbcbf0b2e%40googlegroups.com
>>  
>> <https://groups.google.com/d/msgid/jenkinsci-dev/91ffba03-cce6-4c05-afc7-807fbcbf0b2e%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>>
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/0dc79395-01fe-4d11-b9fa-95789eb58ef2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to