Skip to content

Commit

Permalink
Moved the plugin, seems maven is confused (bug?) when a pom.xml exist…
Browse files Browse the repository at this point in the history
…s in the same directory as running install:install-file
  • Loading branch information
phunt committed Sep 6, 2010
1 parent 8e349b3 commit ce46e91
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.textile
Expand Up @@ -62,11 +62,12 @@ h3. Requirements


If you decide to use Maven you will need the Avro Maven Plugin to compile the protocol specification. I've included the Avro Maven plugin jar file in this repository for simplicity and to get you started quickly. However you can examine the source here: "avro-maven-plugin":http://github.com/phunt/avro-maven-plugin If you decide to use Maven you will need the Avro Maven Plugin to compile the protocol specification. I've included the Avro Maven plugin jar file in this repository for simplicity and to get you started quickly. However you can examine the source here: "avro-maven-plugin":http://github.com/phunt/avro-maven-plugin


Run the following if you are using maven: From this repository (avro-rpc-quickstart) run the following if you are using maven:


<code> <notextile><pre><code>
cd ./avro-maven-plugin
mvn install:install-file -Dfile=./avro-maven-plugin-1.0-SNAPSHOT.jar -DpomFile=./avro-maven-plugin-1.0-SNAPSHOT.pom mvn install:install-file -Dfile=./avro-maven-plugin-1.0-SNAPSHOT.jar -DpomFile=./avro-maven-plugin-1.0-SNAPSHOT.pom
</code> </code></pre></notextile>


Ant based build has no additional requirements (just ant). Ant based build has no additional requirements (just ant).


Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit ce46e91

Please sign in to comment.