I'm confused about the generation of manifest.mf. I'm trying to
convert a project from NB/ant to NB/maven. There's a manifest.mf lying
around. I moved it to src/main/nbm. Should I be removing it and
depending on generation from the descriptor, instead.

As a further problem, I've got
http://jira.codehaus.org/browse/MNBMODULE-158. My nbm.xml is very
simple, and my pom dependencies are just:

  <dependency>
            <groupId>org.netbeans.api</groupId>
            <artifactId>org-netbeans-api-annotations-common</artifactId>
            <version>RELEASE701</version>
        </dependency>
        <dependency>
          <groupId>org.netbeans.api</groupId>
          <artifactId>org-openide-util</artifactId>
          <version>RELEASE701</version>
        </dependency>
        <dependency>
          <groupId>org.netbeans.api</groupId>
          <artifactId>org-openide-modules</artifactId>
          <version>RELEASE701</version>
        </dependency>
        <dependency>
          <groupId>org.netbeans.modules</groupId>
          <artifactId>org-netbeans-core</artifactId>
          <version>RELEASE701</version>
        </dependency>

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to