You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openjpa.apache.org by "Michael Dick (JIRA)" <ji...@apache.org> on 2008/11/25 17:17:45 UTC

[jira] Assigned: (OPENJPA-783) openjpa-lib/pom.xml has extraneous code

     [ https://issues.apache.org/jira/browse/OPENJPA-783?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Dick reassigned OPENJPA-783:
------------------------------------

    Assignee: Michael Dick

> openjpa-lib/pom.xml has extraneous code
> ---------------------------------------
>
>                 Key: OPENJPA-783
>                 URL: https://issues.apache.org/jira/browse/OPENJPA-783
>             Project: OpenJPA
>          Issue Type: Improvement
>            Reporter: Fernando
>            Assignee: Michael Dick
>
> in the pom.xml for openjpa-lib, it is trying to delete a sun directory, that is not used.  It mentions a stubbed "Perf" class, but I don't see any reference to it anywhere, not sure who would ever generate it.
> You might want to remove the openjpa-lib/src/main/sun directory as well!!
>              <plugin>
>                  <artifactId>maven-antrun-plugin</artifactId>
>                  <executions>
> -                    <!--
> -                        delete the sun/misc/Perf.class file, which is 
> -                        only there as a compilation stub
> -                    -->
>                      <execution>
> -                        <id>delete sun.misc.Perf</id>
> -                        <phase>process-classes</phase>
> -                        <configuration>
> -                            <tasks>
> -                                <delete failonerror="true" dir="${project.build.outputDirectory}/sun/" />
> -                            </tasks>
> -                        </configuration>
> -                        <goals>
> -                            <goal>run</goal>
> -                        </goals>
> -                    </execution>
> -                    <execution>
>                          <id>set subversion revision</id>
>                          <phase>compile</phase>

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