Stuart,

Just tried building this from source:

[ERROR] /Users/amrk/temp/felix-trunk/bundleplugin/src/main/java/aQute/bnd/osgi/Verifier.java:[1160,15] error: reference to Base64 is ambiguous
[INFO] 1 error

Is there a specific branch I should have cloned from svn or?

Mark

On 16 Jun 2014, at 22:14, Stuart McCulloch wrote:

Hi,

There have been a number of fixes and features added to the
maven-bundle-plugin, as well as a recent upgrade to bnd 2.3.0, and it would be great if people could perform some early smoke testing on the current
snapshot before we stage the next release.

To test the latest snapshot, either build the plugin from source or add the following to your pom.xml and set the version in your maven-bundle-plugin
declaration to 2.4.1-SNAPSHOT:

  <pluginRepositories>
      <pluginRepository>
          <id>apache.snapshots</id>
          <name>snapshot plugins</name>
          <url>http://repository.apache.org/snapshots</url>
          <releases>
              <enabled>false</enabled>
          </releases>
          <snapshots>
              <enabled>true</enabled>
          </snapshots>
      </pluginRepository>
  </pluginRepositories>

Let me know if you spot any regressions or bugs!

--
Cheers, Stuart

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to