I download it from

http://www.davidkarlsen.com/maven-was-plugin/ 


Because I work with WebSphere 6.0 and I need appropriate plugin.



-----Original Message-----
From: Thorsten Heit [mailto:[EMAIL PROTECTED] 
Sent: Thursday, September 20, 2007 8:16 PM
To: Maven Users List
Subject: Re: Problem with plugin discovery

Hi,


>     <dependency>
>       <groupId>com.davidkarlsen.maven.plugins</groupId>
>       <artifactId>maven-was-plugin</artifactId>
>       <version>1.0-SNAPSHOT</version>
>     </dependency>
> 
>   </dependencies> 
>   <build>          
>     <plugins>   
>       <plugin>
>         <groupId>com.davidkarlsen.maven.plugins</groupId>
>         <artifactId>maven-was-plugin</artifactId>
>         <configuration>
>           <script>C:\Program
> Files\IBM\Rational\SDP\6.0\runtimes\base_v6\bin\ejbdeploy.bat</script>
>         </configuration>
>         <executions>
>           <execution>
>             <goals> 
>              <goal>deploy</goal>
>             </goals>
>           </execution>
>         </executions>
>       </plugin>
> 
>     </plugins>      
>   </build>
> </project>
> 
> 
> 
> As you see I need maven-was-plugin. I downloaded it and installed it 
> manually. But maven tells me that it cannot locate this plugin [INFO] 
> The plugin 'com.davidkarlsen.maven.plugins:maven-was-plugin' does not 
> exist or no valid version could be found

Just for curiosity: Where did you download the plugin from? AFAIR there's
only some code for a WebSphere 5 plugin somewhere in the sandbox on
codehaus.org...


Regards

Thorsten

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to