Uploaded image for project: 'Maven EJB Plugin'
  1. Maven EJB Plugin
  2. MEJB-92

Make separate classifier for client and main aritfact

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 3.0.0
    • 3.0.0
    • None

    Description

              // Handle the classifier if necessary
              // TODO: For 3.0 this should be changed having a separate classifier for main artifact and ejb-client.
              if ( classifier != null )
              {
                  projectHelper.attachArtifact( project, "ejb", classifier, jarFile );
              }
              else
              {
                  project.getArtifact().setFile( jarFile );
              }
      
              if ( generateClient )
              {
                  generateEjbClient();
              }
      

      Attachments

        Issue Links

          Activity

            People

              khmarbaise Karl Heinz Marbaise
              khmarbaise Karl Heinz Marbaise
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: