[JIRA] (JENKINS-30058) Support Maven Core Extensions

2016-12-06 Thread bochenski.kuba+jenk...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jakub Bochenski updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-30058  
 
 
  Support Maven Core Extensions   
 

  
 
 
 
 

 
Change By: 
 Jakub Bochenski  
 
 
Issue Type: 
 New Feature Bug  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-30058) Support Maven Core Extensions

2016-12-06 Thread bochenski.kuba+jenk...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jakub Bochenski commented on  JENKINS-30058  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Support Maven Core Extensions   
 

  
 
 
 
 

 
 This is a core maven feature – another one that is missing. Is the Maven integration completely useless? https://javaadventure.blogspot.com/2013/11/jenkins-maven-job-type-considered-evil.html  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-30058) Support Maven Core Extensions

2016-12-07 Thread bochenski.kuba+jenk...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jakub Bochenski commented on  JENKINS-30058  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Support Maven Core Extensions   
 

  
 
 
 
 

 
 The only way to make extensions work is to use the "Invoke Top-Level Maven targets" step from Freestyle project and a custom Maven installation. It will the pick-up extensions from lib/ext.  It doesn't work in a Maven Project main step even with a custom Maven installation. It doesn't work for extensions declared in .mvn folder.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-30058) Support Maven Core Extensions

2016-12-07 Thread bochenski.kuba+jenk...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jakub Bochenski updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-30058  
 
 
  Support Maven Core Extensions   
 

  
 
 
 
 

 
Change By: 
 Jakub Bochenski  
 
 
Priority: 
 Critical Blocker  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-30058) Support Maven Core Extensions

2016-12-07 Thread chris....@gmx.at (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 chris_mh3 commented on  JENKINS-30058  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Support Maven Core Extensions   
 

  
 
 
 
 

 
 For me it works with Freestyle projects and a .mvn folder in the root of the job's workspace. That seems to be the maven execution directory for "Invoke Top-Level Maven targets" even if the pom is in a sub folder. But yes this issue makes maven jobs useless for me.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-30058) Support Maven Core Extensions

2016-12-07 Thread bochenski.kuba+jenk...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jakub Bochenski commented on  JENKINS-30058  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Support Maven Core Extensions   
 

  
 
 
 
 

 
 @chris_mh3 I was testing it in a Maven Project, which had a .mvn folder at workspace root, by adding a "Invoke Top-Level Maven targets" step. So it also works in a Maven Project, but not in the main step. Updated results: 
 
Invoke Top-Level Maven targets works with .mvn folder at workspace root in both Freestyle and Maven Projects 
Main Maven Project build doesn't work with neither .mvn folder at workspace root nor a custom Maven installation 
 I'm going to test further: 
 
Invoke Top-Level Maven targets with a custom Maven installation and w/o .mvn folder 
Maven 2.4.0-SNAPSHOT build as it includes fix for https://issues.apache.org/jira/browse/MNG-5889 
  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-30058) Support Maven Core Extensions

2016-12-07 Thread bochenski.kuba+jenk...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jakub Bochenski edited a comment on  JENKINS-30058  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Support Maven Core Extensions   
 

  
 
 
 
 

 
 @chris_mh3 I was testing it in a Maven Project, which had a {{.mvn}} folder at workspace root, by adding a "Invoke Top-Level Maven targets" step. So it also works in a Maven Project, but not in the main step.Updated results: - Invoke Top-Level Maven targets works  with {{.mvn}} folder at workspace root in both Freestyle and Maven Projects - Main Maven Project build *doesn't* work with neither {{.mvn}} folder at workspace root nor a custom Maven installationI'm going to test further: - Invoke Top-Level Maven targets with a custom Maven installation and w/o {{.mvn}} folder - Maven  2  3 .4.0-SNAPSHOT build as it includes fix for https://issues.apache.org/jira/browse/MNG-5889  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-30058) Support Maven Core Extensions

2016-12-07 Thread bochenski.kuba+jenk...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Jakub Bochenski commented on  JENKINS-30058  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Support Maven Core Extensions   
 

  
 
 
 
 

 
 apache-maven-3.4.0-20161124.073639-240 seems to behave exactly the same as 3.3.9  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-30058) Support Maven Core Extensions

2019-01-17 Thread mineme.shahr...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Shahriar Robbani commented on  JENKINS-30058  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Support Maven Core Extensions   
 

  
 
 
 
 

 
 Cyrille Le Clerc Hi, it is working for pom-less builds? Please see the last comment of Drik: http://blog.vogella.com/2015/12/15/pom-less-tycho-builds-for-structured-environments/ I think the pomless build for Jenkins maven project plugin is broken for ages. I don't know if this will be really solved or not.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-30058) Support Maven Core Extensions

2016-08-04 Thread j...@cedarsoft.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Johannes Schneider commented on  JENKINS-30058  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Support Maven Core Extensions   
 

  
 
 
 
 

 
 This is a blocker for me. I am starting to user JGitVer.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-30058) Support Maven Core Extensions

2016-08-10 Thread ma...@descher.at (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Marco Descher commented on  JENKINS-30058  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Support Maven Core Extensions   
 

  
 
 
 
 

 
 This is also definitely blocking me from making full use of maven based tests etc ... using freestyle as an in betweens but really looking for a thorough solution.  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-30058) Support Maven Core Extensions

2016-09-14 Thread ma...@descher.at (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Marco Descher updated an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-30058  
 
 
  Support Maven Core Extensions   
 

  
 
 
 
 

 
Change By: 
 Marco Descher  
 
 
Priority: 
 Major Critical  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-30058) Support Maven Core Extensions

2016-09-14 Thread ma...@descher.at (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Marco Descher commented on  JENKINS-30058  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Support Maven Core Extensions   
 

  
 
 
 
 

 
 From my point of view this feature is getting more and more important with every day that passes. New developers are likely to prefer the pomless style against the manual management of poms ...  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] (JENKINS-30058) Support Maven Core Extensions

2016-07-16 Thread yura.zaplav...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Y Z commented on  JENKINS-30058  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Support Maven Core Extensions   
 

  
 
 
 
 

 
 +1 Any ETA when this feature is going to be delivered?  
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian JIRA (v7.1.7#71011-sha1:2526d7c)  
 
 

 
   
 

  
 

  
 

   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.