Return-Path: Delivered-To: apmail-maven-users-archive@www.apache.org Received: (qmail 69812 invoked from network); 5 Oct 2010 11:11:03 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 5 Oct 2010 11:11:03 -0000 Received: (qmail 19890 invoked by uid 500); 5 Oct 2010 11:11:00 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 19643 invoked by uid 500); 5 Oct 2010 11:10:57 -0000 Mailing-List: contact users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Maven Users List" Reply-To: "Maven Users List" Delivered-To: mailing list users@maven.apache.org Received: (qmail 19631 invoked by uid 99); 5 Oct 2010 11:10:57 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Oct 2010 11:10:57 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of rosenberg.leon@gmail.com designates 209.85.216.171 as permitted sender) Received: from [209.85.216.171] (HELO mail-qy0-f171.google.com) (209.85.216.171) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Oct 2010 11:10:50 +0000 Received: by qyk7 with SMTP id 7so57169qyk.9 for ; Tue, 05 Oct 2010 04:10:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=UI3UWlzrClkK+XlHBy0dyYKBtNSBTiNJvefc5M6obvs=; b=V//pqCxnQVgYKSpWDhOKUR2eVzJK5gPTFXQoa+gzNs14fG+DbpNvKpcwyxCmOrKqPy IHSvlf5TbpeYMUlTqyrX44G2Tp3MEjy8QtK9BJXWO/scatQgbH+uDpnhPo6drt8/ungF WnJ3FH4oJuxVXr4lWvG4yioJCE/9D1TmyHWW0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=kJbTCzH5aT9I0zngHDsQjOTbprGF6ELleUWSCvogFWGnUl2YVAnIwO5RFjYGBDv2ll MhCAgbc51148xyF9cHNDK1wRBsUXtqXbnkeREr+4qiIDiTQzvNiaB2kUvlVzGgu7+Lgi 2PD5KQzekXds0sGIQnca+R1uNYAufuljVXk48= MIME-Version: 1.0 Received: by 10.224.72.37 with SMTP id k37mr7938860qaj.398.1286277029875; Tue, 05 Oct 2010 04:10:29 -0700 (PDT) Received: by 10.229.99.195 with HTTP; Tue, 5 Oct 2010 04:10:29 -0700 (PDT) In-Reply-To: References: Date: Tue, 5 Oct 2010 13:10:29 +0200 Message-ID: Subject: Re: first plugin From: Leon Rosenberg To: Maven Users List Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Hello J=F6rg, basically add this to my pom ${artifactId}-${version} ${project.basedir}/java org.apache.maven.plugins maven-compiler-plugin 2.3.2 1.6 1.6 On Tue, Oct 5, 2010 at 11:16 AM, J=F6rg Schaible wr= ote: > Hi Leon, > > Leon Rosenberg wrote: > >> ok, resolved, my error, i forgot to explicitly include the compile >> plugin, therefor my plugin was packaged but contained no classes. >> thanx for the help. now i only need to force the using project to add >> generated classes to the source dirs ;-) > > What do you mean with "include the compile plugin" ? > > - J=F6rg > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org > For additional commands, e-mail: users-help@maven.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org