You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Mark Struberg (JIRA)" <ji...@apache.org> on 2010/06/18 12:35:22 UTC

[jira] Commented: (FELIX-2427) maven site crashes

    [ https://issues.apache.org/jira/browse/FELIX-2427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12880156#action_12880156 ] 

Mark Struberg commented on FELIX-2427:
--------------------------------------

maybe the hardcoded
          <templateDirectory>${user.dir}/src/site/</templateDirectory>
          <template>maven-site.vm</template>
in the parent pom should get replaced by a <skin> solution?
That would be _way_ more flexible.

Also for generating the proper plugin documentation I basically miss the following reporting section:

  <reporting>
    <plugins>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-project-info-reports-plugin</artifactId>
        <version>2.1.1</version>
      </plugin>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-plugin-plugin</artifactId>
        <version>2.5.1</version>
      </plugin>
    </plugins>
  </reporting>

> maven site crashes
> ------------------
>
>                 Key: FELIX-2427
>                 URL: https://issues.apache.org/jira/browse/FELIX-2427
>             Project: Felix
>          Issue Type: Bug
>          Components: Maven Bundle Plugin
>            Reporter: Mark Struberg
>
> $>mvn clean install site 
> on the trunk fails with the following exception
> [INFO] Template file '/home/msx/develop/java/apache/felix/trunk/bundleplugin/src/site/maven-site.vm' does not exist

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.