Hi,

The top-level pom.xml doesn't include the license header too. I'm
fixing it now. I don't know whether we should call a vote again. I
hope not.

Jacek

On 9/29/07, Jacek Laskowski <[EMAIL PROTECTED]> wrote:
> Hi,
>
> Just spot it while building 3.0-beta-1:
>
> [INFO] [dependency:copy {execution: copy}]
> [INFO] Configured Artifact:
> org.apache.openejb:openejb-javaagent:3.0-beta-2-SNAPSHOT:jar
> [INFO] snapshot
> org.apache.openejb:openejb-javaagent:3.0-beta-2-SNAPSHOT: checking for
> updates from codehaus-snapshot
> [INFO] snapshot
> org.apache.openejb:openejb-javaagent:3.0-beta-2-SNAPSHOT: checking for
> updates from apache-m2-snapshot
> [INFO] snapshot
> org.apache.openejb:openejb-javaagent:3.0-beta-2-SNAPSHOT: checking for
> updates from apache.snapshots
> [INFO] Copying openejb-javaagent-3.0-beta-2-SNAPSHOT.jar to
> C:\oss\openejb-3.0-beta-1\container\openejb-core\target\openejb-javaagent-3.0-beta-2-SNAPSHOT.jar
>
> It's the relevant piece of container/openejb-core/pom.xml:
>
>       <plugin>
>         <groupId>org.apache.maven.plugins</groupId>
>         <artifactId>maven-dependency-plugin</artifactId>
>         <executions>
>           <execution>
>             <id>copy</id>
>             <phase>process-resources</phase>
>             <goals>
>               <goal>copy</goal>
>             </goals>
>             <configuration>
>               <artifactItems>
>                 <artifactItem>
>                   <groupId>org.apache.openejb</groupId>
>                   <artifactId>openejb-javaagent</artifactId>
>                   <version>${version}</version>
>                   
> <outputDirectory>${project.build.directory}</outputDirectory>
>                 </artifactItem>
>               </artifactItems>
>             </configuration>
>           </execution>
>         </executions>
>       </plugin>
>
> where ${version} resolves to 3.0-beta-2-SNAPSHOT that's set in
>
>   <parent>
>     <artifactId>container</artifactId>
>     <groupId>org.apache.openejb</groupId>
>     <version>3.0-beta-2-SNAPSHOT</version>
>   </parent>
>
> (!)
>
> It should be fixed before final release, shouldn't it?
>
> Jacek
>
> --
> Jacek Laskowski
> http://www.JacekLaskowski.pl
>


-- 
Jacek Laskowski
http://www.JacekLaskowski.pl

Reply via email to