Recent activity
Subscribe to this feed
Fred asked a question in Sonatype on November 26, 2008 16:54:
15.7.3. Reusable Website Skins typoIf your organization is created many Maven project sites => If your organization is creating many Maven project sites
Fred reported a problem in Sonatype on November 24, 2008 21:17:
The way to use assemblies descriptors is not describedAssembly XML format is given but the way to invoke the assembly XML is not.
An example like this should be provided:
<build>
<plugins>
<plugin>
<artifactid>maven-assembly-plugin</artifactid>
<version>2.2-beta-2</version>
<inherited>false</inherited>
<executions>
<!-- w/o dependencies -->
<execution>
<id>wo-dependencies</id>
<phase>package</phase>
<goals>
<goal>single</goal>
</goals>
<configuration>
<appendassemblyid>false</appendassemblyid>
<descriptors>
<descriptor>src/assembly/no-dependencies.xml</descriptor>
</descriptors>
</configuration>
</execution>
</executions></plugin></plugins></build>
Fred replied on November 07, 2008 20:42 to the question "Maven uninstallation" in Sonatype:
Fred asked a question in Sonatype on November 06, 2008 10:42:
Maven uninstallationWould be great to have a paragraph about proper maven uninstallation
http://www.sonatype.com/book/referenc...
Fred asked a question in Sonatype on November 05, 2008 16:06:
Nothing in paragraph 9.4 describes how Maven manages internal dependencies?"Maven can manage both internal and external dependencies" Nothing in the paragraph describes how Maven manages internal dependencies?
Loading Profile...

