Skip to content

Commit

Permalink
8263167: IGV: build fails with "taskdef AutoUpdate cannot be found"
Browse files Browse the repository at this point in the history
Update IGV build configuration to use the nbm-maven-harness Maven artifact.

Reviewed-by: chagedorn, rrich
  • Loading branch information
robcasloz committed Mar 9, 2021
1 parent 0bc4562 commit 3022baa
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -6,7 +6,7 @@ disabled.modules=
nbplatform.active.dir=${suite.dir}/nbplatform
nbplatform.default.netbeans.dest.dir=${suite.dir}/nbplatform
nbplatform.default.harness.dir=${nbplatform.default.netbeans.dest.dir}/harness
bootstrap.url=http://bits.netbeans.org/dev/nbms-and-javadoc/lastSuccessfulBuild/artifact/nbbuild/netbeans/harness/tasks.jar
bootstrap.url=https://repo.maven.apache.org/maven2/org/codehaus/mojo/nbm-maven-harness/7.4/nbm-maven-harness-7.4.jar
autoupdate.catalog.url=https://updates.netbeans.org/netbeans/updates/7.4/uc/final/distribution/catalog.xml.gz
suite.dir=${basedir}
nbplatform.active=default
Expand Down

1 comment on commit 3022baa

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.