Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1jov2e-0006Ce-6o for pljava-dev@arkaria.postgresql.org; Fri, 26 Jun 2020 20:33:44 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1jov2c-000550-Bi for pljava-dev@arkaria.postgresql.org; Fri, 26 Jun 2020 20:33:42 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1jov2c-00054t-46 for pljava-dev@lists.postgresql.org; Fri, 26 Jun 2020 20:33:42 +0000 Received: from mail-ej1-x631.google.com ([2a00:1450:4864:20::631]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1jov2T-0003Pd-UP for pljava-dev@lists.postgresql.org; Fri, 26 Jun 2020 20:33:41 +0000 Received: by mail-ej1-x631.google.com with SMTP id o18so6129184eje.7 for ; Fri, 26 Jun 2020 13:33:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=7zlWGLlRv4BMZtrAWyESPco8UTJFhV7yqTHq22W9vmo=; b=GEpyudlPNpXEUxzfc5x3ZcDHv+VCJbcTDNZJ8WFizHYuIvDzw/iEcOg1t7KtDoz4fc ScFxoSUD/pJm0SgbJerHxK8Dt3LsV3fMJEbWMxF0wTuJuFJoYC7y48et96c+1PW/DEee FBt/uQuNJuke92Y4wfA9MWqbhsrVFZbu8iKfEt4Y+gJz1+kVqH6G5J6TfX95P+DGzU3r CmSgL11O03eVZOeGwWL+00YddT9hC6QlVCCBsQEu2nMmluS5sxFd7rrR7P8y7l/GCg0R ra5MRSs7OMi2C7VWHZP0DB5fR/qkkFEDFlwcG27CQLdrHYbpB078EHlsuoW2g+y8ENMr 2IyQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=7zlWGLlRv4BMZtrAWyESPco8UTJFhV7yqTHq22W9vmo=; b=Tu524dp2wcYLwGOUG1PQ/s+yTV9q83q3ThoQzDZ38DPIwGOFUgwFo5SieX/WIbiS7E 3iftuU5ex156h5RzZfhBopj3fwDB1+cV8Ct33Jz0s+RbJUNc4eLi4CscGJtwBfRfyGtt 34CwZ5qufhZ+7FXswKKaZBcvmKPwRkT41SLyeYOcYeywNEFKHERcOPZx2C2divIbA7VU oPNIs4DiOvw3lfz9y23AViTYT8AX1N+/Lb/ccAbNFkuR5nk5cOAvntV9okhCtiR787dQ 77CtF8VUw1Fyx2ZNPavb+D+bpBnGxXB5TOLWSPeHgGsx+81bvFUJLetxzbFeVsRNAutv 0kAA== X-Gm-Message-State: AOAM533as2crwes9pmLykBb22yVBwlqrUxxs6W9bcHDbhGEZBuLwhUtj y+My+be2xuTZkd+DweBKqgV3sWNEi03RHyScaEwT1ogWmm8= X-Google-Smtp-Source: ABdhPJxhdsw4i3SDqFgvhUagvu8gKGpGEKWTyjzSAryvQBTxKHook5XEjzz4iIj5Rc6A0Es5/Cr+A3FruPJH28Rqgnk= X-Received: by 2002:a17:907:2489:: with SMTP id zg9mr3262593ejb.48.1593203611848; Fri, 26 Jun 2020 13:33:31 -0700 (PDT) MIME-Version: 1.0 From: Kartik Ohri Date: Sat, 27 Jun 2020 02:03:21 +0530 Message-ID: Subject: PL/Java new build plugin To: Chapman Flack , pljava-dev@lists.postgresql.org Content-Type: multipart/alternative; boundary="00000000000056d36d05a9029f1d" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk --00000000000056d36d05a9029f1d Content-Type: text/plain; charset="UTF-8" Hi! I built a Hello, World! plugin and it seems that the build process will need to be a two step one. I am not completely sure about this though. I needed to run mvn clean install the first time I added the plugin module before I could execute the Mojo. After that, I ran mvn clean and ctried to execute my Mojo again and it did all the necessary steps itself. I added some basic functionality to log a simple message in the plugin and I am unable to execute it until running mvn install on the project. I will try to modify the properties as you suggested in an earlier email. I am working on https://github.com/amCap1712/pljava/tree/plugin. Thanks. Regards. --00000000000056d36d05a9029f1d Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi! I built a Hello, World! plugin and it seems that the b= uild process will need to be a two step one. I am not completely sure about= this though. I needed to run mvn clean install the first time I added the = plugin module before I could execute the Mojo. After that, I ran mvn clean = and ctried to execute my Mojo again and it did all the necessary steps itse= lf.

I added some basic functionality to log a simple mes= sage in the plugin and I am unable to execute=C2=A0it until running mvn ins= tall on the project. I will try to modify the properties as you suggested i= n an earlier=C2=A0email. I am working on=C2=A0https://github.com/amCap1712/pljava/tree/plu= gin.
Thanks. Regards.
--00000000000056d36d05a9029f1d--