[ 
https://issues.apache.org/jira/browse/AXIS2-6042?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17896100#comment-17896100
 ] 

Andreas Veithen commented on AXIS2-6042:
----------------------------------------

Output of {{mvn fr.jcgay.maven.plugins:buildplan-maven-plugin:list}}:

{noformat}
-----------------------------------------------------------------------------------------------------------------------
PLUGIN                        | PHASE                   | ID                    
                  | GOAL               
-----------------------------------------------------------------------------------------------------------------------
maven-enforcer-plugin         | validate                | enforce-maven-version 
                  | enforce            
maven-enforcer-plugin         | validate                | enforce-java-version  
                  | enforce            
maven-enforcer-plugin         | validate                | default               
                  | enforce            
jacoco-maven-plugin           | initialize              | prepare-agent         
                  | prepare-agent      
alta-maven-plugin             | initialize              | byte-buddy-agent      
                  | generate-properties
gmavenplus-plugin             | initialize              | initialize            
                  | execute            
eclipse-settings-maven-plugin | initialize              | default               
                  | apply              
maven-dependency-plugin       | process-sources         | copy-dependencies     
                  | copy-dependencies  
maven-remote-resources-plugin | generate-resources      | 
process-resource-bundles                | process            
maven-remote-resources-plugin | generate-resources      | default               
                  | process            
maven-resources-plugin        | process-resources       | default-resources     
                  | resources          
maven-compiler-plugin         | compile                 | default-compile       
                  | compile            
hermetic-maven-plugin         | generate-test-resources | default               
                  | generate-policy    
maven-resources-plugin        | process-test-resources  | default-testResources 
                  | testResources      
maven-compiler-plugin         | test-compile            | default-testCompile   
                  | testCompile        
maven-surefire-plugin         | test                    | default-test          
                  | test               
maven-bundle-plugin           | package                 | default-bundle        
                  | bundle             
maven-source-plugin           | package                 | source-jars           
                  | jar-no-fork        
gmavenplus-plugin             | package                 | 
extract-bundle-symbolicname-and-version | execute            
maven-assembly-plugin         | package                 | distribution-package  
                  | single             
jacoco-report-maven-plugin    | post-integration-test   | default               
                  | process            
animal-sniffer-maven-plugin   | verify                  | check                 
                  | check              
gmavenplus-plugin             | verify                  | 
check-project-metadata                  | execute            
tidy-maven-plugin             | verify                  | default               
                  | check              
maven-install-plugin          | install                 | default-install       
                  | install            
maven-bundle-plugin           | install                 | default-install       
                  | install            
maven-deploy-plugin           | deploy                  | default-deploy        
                  | deploy             
maven-bundle-plugin           | deploy                  | default-deploy        
                  | deploy             
{noformat}

Currently, this is executed in the right order, with {{gmavenplus-plugin}} 
before {{maven-assembly-plugin}}. Since {{gmavenplus-plugin}} and 
{{maven-assembly-plugin}} are executed in the same phase, the order of 
execution can be influenced by the executions defined in the parent POM. That 
may explain why this was broken at some point.

Note that {{gmavenplus-plugin}} can't be moved to the {{prepare-package}} phase 
because it depends on the manifest generated by {{maven-bundle-plugin}}, which 
is executed in the {{package}} phase.

> Eclipse Plugin Downloads
> ------------------------
>
>                 Key: AXIS2-6042
>                 URL: https://issues.apache.org/jira/browse/AXIS2-6042
>             Project: Axis2
>          Issue Type: Bug
>            Reporter: David Garratt
>            Priority: Blocker
>             Fix For: 2.0.0
>
>
> I've been trying to install the Eclipse Plugins for version 1.8.2
> When I unzip the files is the content of the zip supposed to.consist of a 
> single file called
>  
> ${bundle-symbolic-name}_${bundle-version}.jar
>  
> I cannot get it to install into the Eclipse IDE using the instructions on the 
> website



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscr...@axis.apache.org
For additional commands, e-mail: java-dev-h...@axis.apache.org

Reply via email to