[ 
http://jira.codehaus.org/browse/MNBMODULE-136?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=255778#action_255778
 ] 

David Beer commented on MNBMODULE-136:
--------------------------------------

Here is a snipet of my POM file in the top level parent project NB App Parent.

<build>
        <pluginManagement>
            <plugins>
                <plugin>
                    <groupId>org.codehaus.mojo</groupId>
                    <artifactId>nbm-maven-plugin</artifactId>
                    <version>3.4</version>
                    <extensions>true</extensions>
                    <configuration>
                        <brandingToken>${brandingToken}</brandingToken>
                        <cluster>${brandingToken}</cluster>
                    </configuration>
                </plugin>
                <plugin>
                    <!-- NetBeans 6.9+ requires JDK 6 -->
                    <groupId>org.apache.maven.plugins</groupId>
                    <artifactId>maven-compiler-plugin</artifactId>
                    <version>2.3.2</version>
                    <configuration>
                        <source>1.6</source>
                        <target>1.6</target>
                    </configuration>
                </plugin>
                <plugin>
                    <groupId>org.apache.maven.plugins</groupId>
                    <artifactId>maven-jar-plugin</artifactId>
                    <version>2.3.1</version>
                    <configuration>
                        <useDefaultManifestFile>true</useDefaultManifestFile>
                    </configuration>
                </plugin>
                <plugin>
                    <groupId>org.apache.maven.plugins</groupId>
                    <artifactId>maven-site-plugin</artifactId>
                    <version>3.0-beta-2</version>
                </plugin>
            </plugins>
        </pluginManagement>
    </build>

> When Using site goal on NetBeans Parent module it fails - Unable to resolve 
> nbm-file artifact
> ---------------------------------------------------------------------------------------------
>
>                 Key: MNBMODULE-136
>                 URL: http://jira.codehaus.org/browse/MNBMODULE-136
>             Project: Maven NetBeans Module Plugin
>          Issue Type: Bug
>    Affects Versions: 3.4
>         Environment: Maven 3.0.2, maven-site-plugin 3.0-beta-2
>            Reporter: David Beer
>            Assignee: Jesse Glick
>
> If you run the site:site goal on the NB App Parent POM you get the error 
> Failure to find 
> org.netbeans.modules:org-netbeans-core-startup:nbm-file:RELEASE691. It 
> appears maven can't find the nbm-file artifiact.
>  

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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

    http://xircles.codehaus.org/manage_email


Reply via email to