Uploaded image for project: 'Tajo (Retired)'
  1. Tajo (Retired)
  2. TAJO-817

tajo-core should not skip deploy.

    XMLWordPrintableJSON

Details

    • Task
    • Status: Resolved
    • Trivial
    • Resolution: Fixed
    • None
    • 0.9.0
    • Build
    • None

    Description

      Currently, maven-deploy-plugin in tajo-core skips deploy. So, the maven artifacts of tajo-core are not being uploaded to maven repositories. We should fix it.

          <plugin>
              <artifactId>maven-deploy-plugin</artifactId>
                <configuration>
                    <skip>true</skip>
                </configuration>
           </plugin>
      

      Attachments

        Activity

          People

            hyunsik Hyunsik Choi
            hyunsik Hyunsik Choi
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: