We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9518d96 commit c704548Copy full SHA for c704548
README.md
@@ -161,7 +161,7 @@ You can configure the plugin in `pom.xml`:
161
<artifactId>function-maven-plugin</artifactId>
162
<version>0.10.1</version>
163
<configuration>
164
- <functionTarget>com.example.function.Echo</functionTarget>
+ <functionTarget>com.example.HelloWorld</functionTarget>
165
</configuration>
166
</plugin>
167
```
@@ -178,7 +178,7 @@ You can alternatively configure the plugin with properties on the command line:
178
179
```sh
180
mvn com.google.cloud.functions:function-maven-plugin:0.10.1:run \
181
- -Drun.functionTarget=com.example.function.Echo
+ -Drun.functionTarget=com.example.HelloWorld
182
183
184
### Running the Functions Framework directly
0 commit comments