[
https://issues.jboss.org/browse/JBDS-4118?page=com.atlassian.jira.plugin....
]
Nick Boldt commented on JBDS-4118:
----------------------------------
Quick experiment with this in site/pom.xml:
{code}
<plugin>
<groupId>tycho-p2-repository</groupId>
<artifactId>archive-repository</artifactId>
<version>${tychoVersion}</version>
<executions>
<execution>
<id>default-archive-repository</id>
<phase>package</phase>
<goals>
<goal>default-archive-repository</goal>
</goals>
<configuration>
<skipArchive>true</skipArchive>
</configuration>
</execution>
</executions>
</plugin>
{code}
did not work. Error:
{code}
[ERROR] Plugin tycho-p2-repository:archive-repository:0.26.0 or one of its dependencies
could not be resolved: Failure to find tycho-p2-repository:archive-repository:jar:0.26.0
in
https://repository.sonatype.org/content/groups/sonatype-public-grid was cached in the
local repository, resolution will not be reattempted until the update interval of
sonatype-public-grid has elapsed or updates are forced -> [Help 1]
{code}
JBDS update site builds produces update site zip TWICE
------------------------------------------------------
Key: JBDS-4118
URL:
https://issues.jboss.org/browse/JBDS-4118
Project: Red Hat JBoss Developer Studio (devstudio)
Issue Type: Bug
Components: build, updatesite
Affects Versions: 10.2.0.AM2
Reporter: Nick Boldt
Assignee: Nick Boldt
Fix For: 10.2.0.AM3
JBDS build creates the update site zip TWICE:
{code}
[INFO] --- tycho-p2-repository-plugin:0.23.1:archive-repository
(default-archive-repository) @ com.jboss.devstudio.core.site ---
[INFO] Building zip:
/home/nboldt/eclipse/workspace-jboss/jbdevstudio-github-master/jbdevstudio-product/site/target/com.jboss.devstudio.core.site-10.0.0-SNAPSHOT.zip
[INFO]
[INFO] --- repository-utils:0.23.1:generate-repository-facade (generate-facade) @
com.jboss.devstudio.core.site ---
[WARNING] No
/home/nboldt/eclipse/workspace-jboss/jbdevstudio-github-master/jbdevstudio-product/site/target/repository/web/site.css
found; using default.
[INFO] Building zip:
/home/nboldt/eclipse/workspace-jboss/jbdevstudio-github-master/jbdevstudio-product/site/target/com.jboss.devstudio.core.site-10.0.0-SNAPSHOT.zip
{code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)