Author: tchemit Date: 2013-12-10 08:59:15 +0100 (Tue, 10 Dec 2013) New Revision: 1457 Url: http://forge.codelutin.com/projects/tutti/repository/revisions/1457 Log: fix release Modified: birt-runtime/tags/birt-runtime-4.3.1-1/pom.xml Modified: birt-runtime/tags/birt-runtime-4.3.1-1/pom.xml =================================================================== --- birt-runtime/tags/birt-runtime-4.3.1-1/pom.xml 2013-12-10 07:29:47 UTC (rev 1456) +++ birt-runtime/tags/birt-runtime-4.3.1-1/pom.xml 2013-12-10 07:59:15 UTC (rev 1457) @@ -502,14 +502,14 @@ <file>${project.basedir}/pom.xml</file> <type>pom</type> </artifact> - <!--artifact> + <artifact> <file>${project.build.directory}/org.eclipse.birt.runtime-${birtVersion}.jar</file> <classifier>codelutin</classifier> - </artifact--> - <!--artifact> + </artifact> + <artifact> <file>${project.build.directory}/org.eclipse.birt.runtime-${birtVersion}-sources.jar</file> <classifier>codelutin-sources</classifier> - </artifact--> + </artifact> </artifacts> </configuration> </execution> @@ -539,35 +539,30 @@ <plugin> <artifactId>maven-deploy-plugin</artifactId> <executions> - <!--execution> + <execution> <id>deploy-pom</id> <goals><goal>deploy-file</goal></goals> <phase>deploy</phase> <configuration> - <file>${project.build.directory}/${project.groupId}-${project.artifactId}-${project.version}.pom</file> - <files> - ${project.build.directory}/${project.groupId}-${project.artifactId}-${project.version}.pom.asc, - </files> - <types>asc</types> + <file>${project.build.directory}/${project.artifactId}-${project.version}.pom</file> </configuration> - </execution--> + </execution> - <execution> - <id>deploy-jar</id> + <!--execution> + <id>deploy-sources</id> <goals><goal>deploy-file</goal></goals> <phase>deploy</phase> <configuration> - <file>${project.build.directory}/org.eclipse.birt.runtime-${birtVersion}.jar</file> + <file>${project.build.directory}/org.eclipse.birt.runtime-${birtVersion}-sources.jar</file> + <classifier>source</classifier> + <type>jar</type> <files> - ${project.build.directory}/org.eclipse.birt.runtime-${birtVersion}-sources.jar.asc - ${project.build.directory}/org.eclipse.birt.runtime-${birtVersion}-sources.jar, - ${project.build.directory}/org.eclipse.birt.runtime-${birtVersion}.jar.asc, - ${project.build.directory}/org.eclipse.birt.runtime-${birtVersion}.jar, + ${project.build.directory}/org.eclipse.birt.runtime-${birtVersion}-sources.jar.asc,${project.build.directory}/org.eclipse.birt.runtime-${birtVersion}.jar.asc,${project.build.directory}/org.eclipse.birt.runtime-${birtVersion}.jar </files> - <classifiers>sources,sources,,</classifiers> - <types>asc,jar,asc,jar</types> + <classifiers>sources,,</classifiers> + <types>asc,jar,asc</types> </configuration> - </execution> + </execution--> </executions>
participants (1)
-
tchemit@users.forge.codelutin.com