I'm getting ready to make an initial release of Tapestry 5.

I'm having trouble finding the right incantation for building my
assemblies, signing them with GPG, and uploading them for distribution
to Apache.  is there a good example for this?

So far, I have:

               <plugin>
                   <groupId>org.apache.maven.plugins</groupId>
                   <artifactId>maven-assembly-plugin</artifactId>
                   <configuration>
                       <descriptorRefs>
                           <descriptorRef>bin</descriptorRef>
                           <descriptorRef>src</descriptorRef>
                       </descriptorRefs>
                   </configuration>
               </plugin>

But I haven't been able to get this to happen automatically as part of
the install or deploy goal (I'm rethinking if I even want that,
because the assemblies are only needed as part of a non-snapshot
release anyway).

--
Howard M. Lewis Ship
TWD Consulting, Inc.
Independent J2EE / Open-Source Java Consultant
Creator and PMC Chair, Apache Tapestry
Creator, Apache HiveMind

Professional Tapestry training, mentoring, support
and project work.  http://howardlewisship.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to