> My pom does not configure either the maven-source-plugin or the
> maven-javadoc-plugin.  I thought they were automatically included when the
> release plugin was used.  Is this correct?  Or do I need to configure them?
>

They a re bound through a profile in the super-pom. That profile is
normally activated by the release plugin, but possibly your project has a
configuration turning that off [1]. Has it ever worked?

[1]
http://maven.apache.org/maven-release/maven-release-plugin/perform-mojo.html#useReleaseProfile

/Anders


>
> Tim McGinnis
> Sr. Programmer/Analyst
> Glatfelter Insurance Group
> (800) 233-1957 Ext. 7856
> (717) 741-7856
>
> -----Original Message-----
> From: Russell Gold [mailto:r...@gold-family.us]
> Sent: Friday, June 07, 2013 8:51 AM
> To: Maven Users List
> Subject: Re: Release not creating source and javadoc jars
>
> What happens if you run those goals manually from the command line? Has
> this ever worked? Does your pom configure the maven-source-plugin or the
> maven-javadoc-plugin?
>
> On Jun 7, 2013, at 8:43 AM, "Timothy I. McGinnis" <
> tmcgin...@glatfelters.com> wrote:
>
> > I have a run config set up that calls release:prepare and one for
> release: perform.  I have the Maven Runtime specified as the external Maven
> 3.0.3 runtime.
> >
> >
> >
> > Tim McGinnis
> > Sr. Programmer/Analyst
> > Glatfelter Insurance Group
> > (800) 233-1957 Ext. 7856
> > (717) 741-7856
> >
> > -----Original Message-----
> > From: Russell Gold [mailto:r...@gold-family.us]
> > Sent: Friday, June 07, 2013 8:39 AM
> > To: Maven Users List
> > Subject: Re: Release not creating source and javadoc jars
> >
> > How are you running the release process?
> >
> > On Jun 7, 2013, at 8:29 AM, "Timothy I. McGinnis" <
> tmcgin...@glatfelters.com> wrote:
> >
> >> I am using MyEclipse Bling 10.6 with Maven 3.0.3.  When I run the
> release process it does not create the sources and javadoc jars.  Does
> anyone have a clue as to why?
> >>
> >> Tim McGinnis
> >> Sr. Programmer/Analyst
> >> Glatfelter Insurance Group
> >> (800) 233-1957 Ext. 7856
> >> (717) 741-7856
> >>
> >> ---------------------------------------------------------------------
> >> -
> >> ---------------------------------------------------------------------
> >> -
> >> ---------------------------------------------------------------------
> >> - Confidentiality Notice: The information contained in this
> >> communication, including all attachments, is legally protected
> information, confidential or proprietary information, or a trade secret
> intended solely for the use of the intended recipient. The information may
> also be subject to legal privilege. If you are not the intended recipient,
> you are hereby notified that any use, disclosure, dissemination,
> distribution, forwarding, or copying of this communication is strictly
> prohibited. If you have received this communication in error, please notify
> the sender by reply Fax or e-mail stating the communication was "received
> in error" and delete or destroy all copies of this communication, including
> all attachments.
> >
> > -----------------
> > Come read my webnovel, Take a Lemon <http://www.takealemon.com>, and
> listen to the Misfile radio play <
> http://www.gold-family.us/audio/misfile.html>!
> >
> >
> >
> >
> > ----------------------------------------------------------------------
> > ----------------------------------------------------------------------
> > ----------------------------------------------------------------------
> > Confidentiality Notice: The information contained in this communication,
> including all attachments, is legally protected information, confidential
> or proprietary information, or a trade secret intended solely for the use
> of the intended recipient. The information may also be subject to legal
> privilege. If you are not the intended recipient, you are hereby notified
> that any use, disclosure, dissemination, distribution, forwarding, or
> copying of this communication is strictly prohibited. If you have received
> this communication in error, please notify the sender by reply Fax or
> e-mail stating the communication was "received in error" and delete or
> destroy all copies of this communication, including all attachments.
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> > For additional commands, e-mail: users-h...@maven.apache.org
> >
>
> -----------------
> Come read my webnovel, Take a Lemon <http://www.takealemon.com>, and
> listen to the Misfile radio play <
> http://www.gold-family.us/audio/misfile.html>!
>
>
>
>
>
> ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
> Confidentiality Notice: The information contained in this communication,
> including all attachments, is legally protected information, confidential
> or proprietary information, or a trade secret intended solely for the use
> of the intended recipient. The information may also be subject to legal
> privilege. If you are not the intended recipient, you are hereby notified
> that any use, disclosure, dissemination, distribution, forwarding, or
> copying of this communication is strictly prohibited. If you have received
> this communication in error, please notify the sender by reply Fax or
> e-mail stating the communication was "received in error" and delete or
> destroy all copies of this communication, including all attachments.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
>
>

Reply via email to