We couldn't load all Actvitity tabs. Refresh the page to try again.
If the problem persists, contact your Jira admin.
IMPORTANT: JAC is a Public system and anyone on the internet will be able to view the data in the created JAC tickets. Please don’t include Customer or Sensitive data in the JAC ticket.

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Low Low
    • None
    • 4.4, 5.6.0
    • Maven

      The maven dependency processor fails with the error below if we use variable paths:

      Automatic Maven plan dependencies processing failed: org.apache.maven.project.ProjectBuildingException: Some problems were encountered while processing the POMs:
      	[ERROR] 'dependencies.dependency.systemPath' for java:plugin.jar:jar must specify an absolute path but is ${java.home}\lib\plugin.jar @ line 23, column 16
      	
      05-Feb-2013 18:39:30 	Finished task 'Maven Dependencies Processor'
      

      Basically I replicate the issue by adding the below dependency to my pom.xml and configuring the processor task:

      <dependency>
      <groupId>java</groupId>
      <artifactId>plugin.jar</artifactId>
      <systemPath>${java.home}/lib/plugin.jar</systemPath>
      <version>$
      {java.version}
      </version>
      <scope>system</scope>
      </dependency>
      

      Substituting java.home with the absolute path fixes the issue. Again running the command mvn help:effective-pom from DOS does indeed substituted correctly.

        1. effectivepom.xml
          11 kB
        2. pom.xml
          2 kB

            Loading...
            IMPORTANT: JAC is a Public system and anyone on the internet will be able to view the data in the created JAC tickets. Please don’t include Customer or Sensitive data in the JAC ticket.

              • Icon: Bug Bug
              • Resolution: Unresolved
              • Icon: Low Low
              • None
              • 4.4, 5.6.0
              • Maven

                The maven dependency processor fails with the error below if we use variable paths:

                Automatic Maven plan dependencies processing failed: org.apache.maven.project.ProjectBuildingException: Some problems were encountered while processing the POMs:
                	[ERROR] 'dependencies.dependency.systemPath' for java:plugin.jar:jar must specify an absolute path but is ${java.home}\lib\plugin.jar @ line 23, column 16
                	
                05-Feb-2013 18:39:30 	Finished task 'Maven Dependencies Processor'
                

                Basically I replicate the issue by adding the below dependency to my pom.xml and configuring the processor task:

                <dependency>
                <groupId>java</groupId>
                <artifactId>plugin.jar</artifactId>
                <systemPath>${java.home}/lib/plugin.jar</systemPath>
                <version>$
                {java.version}
                </version>
                <scope>system</scope>
                </dependency>
                

                Substituting java.home with the absolute path fixes the issue. Again running the command mvn help:effective-pom from DOS does indeed substituted correctly.

                  1. effectivepom.xml
                    11 kB
                  2. pom.xml
                    2 kB

                        Unassigned Unassigned
                        smaiyaki Sultan Maiyaki (Inactive)
                        Votes:
                        10 Vote for this issue
                        Watchers:
                        18 Start watching this issue

                          Created:
                          Updated:

                            Unassigned Unassigned
                            smaiyaki Sultan Maiyaki (Inactive)
                            Affected customers:
                            10 This affects my team
                            Watchers:
                            18 Start watching this issue

                              Created:
                              Updated: