Uploaded image for project: 'UIMA'
  1. UIMA
  2. UIMA-3888

Remove stale pluginManagement section from UIMAJ SDK parent pom

    XMLWordPrintableJSON

Details

    • Task
    • Status: Resolved
    • Trivial
    • Resolution: Fixed
    • None
    • 2.7.0SDK
    • None

    Description

      We have a pretty stale pluginManagement section in the parent-pom of the UIMAJ SDK now. Just useless settings and commented out settings. Can we just remove this?

        <build>
          <pluginManagement>
            <plugins>
              <plugin>
                <artifactId>maven-changes-plugin</artifactId>
              </plugin>
              <plugin>
      	        <groupId>org.apache.maven.plugins</groupId>
      	        <artifactId>maven-compiler-plugin</artifactId>
      	        <configuration>
      	     <!--      <compilerId>javac-with-errorprone</compilerId>
      	          <forceJavacCompilerUse>true</forceJavacCompilerUse> -->
      	        </configuration>
      	  <!--  <dependencies>
      	          <dependency>
      	            <groupId>org.codehaus.plexus</groupId>
      	            <artifactId>plexus-compiler-javac</artifactId>
      	            <version>2.3</version>
      	          </dependency>
      	          <dependency>
      	            <groupId>org.codehaus.plexus</groupId>
      	            <artifactId>plexus-compiler-javac-errorprone</artifactId>
      	            <version>2.3</version>
      	          </dependency>
      	        </dependencies> -->
      	      </plugin>
            </plugins>
          </pluginManagement>
          <plugins>
              
          </plugins>
        </build>
      

      Attachments

        Activity

          People

            rec Richard Eckart de Castilho
            rec Richard Eckart de Castilho
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: